Skip to content
Snippets Groups Projects
Commit 980de632 authored by llaffont's avatar llaffont
Browse files

CKEditor: autorisation des balises map / area

parent e72aba43
Branches
Tags
No related merge requests found
......@@ -52,6 +52,8 @@ class ZendAfi_View_Helper_CkEditor extends ZendAfi_View_Helper_BaseHelper
['Image','Flash','Table','Iframe','oembed','Slideshow'],
];
$config['extraAllowedContent'] = ['map[name]', 'area[shape,coords,href,alt]'];
if (Class_AdminVar::isCmsFormulairesEnabled()) {
$config['toolbar'][]=['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'];
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment