{if $showSubmit_head}
{if $postKey == "template"} {$CONST.BACK} {/if}
{/if} {if is_array($config_groups)}
{foreach $config_groups AS $config_header => $config_groupkeys}

{foreach $config_groupkeys AS $config_groupkey} {if $plugin_option[$config_groupkey]['ctype'] == 'seperator'} {$plugin_options[$config_groupkey]['config']} {else}
{$plugin_options[$config_groupkey]['config']}
{/if} {/foreach}
{/foreach}
{/if} {* Those are only needed if the plugin contains a config item of type sequence, liek the entryproperty-plugin *} {foreach $plugin_options_ungrouped as $plugin_option} {if $plugin_option['ctype'] == 'seperator'} {$plugin_option['config']} {else}
{$plugin_option['config']}
{/if} {/foreach} {if $showSubmit_foot}
{if $postKey == "template"} {$CONST.BACK} {/if} {if $postKey == "plugin"} {$CONST.BACK} {/if}
{/if} {if $showExample}
{$plugin_example}
{/if} {if $spawnNuggets} {serendipity_hookPlugin hook="backend_wysiwyg_nuggets" eventData=$ev hookAll=true} {if $ev['skip_nuggets'] === false && $init !== false} {/if} {/if}