Hi,
I had a field which I created through the
Now I moved it to another template but on the original I don't get it deleted.
I have tried also to disable all fields width
So how get this field deleted?
Best
I had a field which I created through the
- Code: Select all
<cms:config_form_view>
- Code: Select all
<cms:config_form_view> <cms:field 'Wichtige Information' order='1'> <div class="alert alert-danger" role="alert">Bitte immer eine Uhrzeit angeben!<br>Sonst wird diese automatisch mit 00:00 Uhr ausgefüllt.</div> </cms:field> <cms:style> #admin_wrapper_custom_fields .alert-danger{ color: #004085; background-color: #cce5ff; border-color: #b8daff; } </cms:style> </cms:config_form_view>
Now I moved it to another template but on the original I don't get it deleted.
I have tried also to disable all fields width
- Code: Select all
<cms:ignore>
So how get this field deleted?
Best