{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}
{$plugin_options[$config_groupkey]}
{/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}
{$plugin_option}
{/foreach} {if $showSubmit_foot}
{if $postKey == "template"} {$CONST.BACK} {/if}
{/if} {if $showExample}
{$plugin_example}
{/if} {if $spawnNuggets} {serendipity_hookPlugin hook="backend_wysiwyg_nuggets" eventData=$ev hookAll=true} {/if}