Task #70344
Updated by Björn Jacob about 9 years ago
h2. Currently supported attributes: <pre>class, id, lang, name, style, type, value</pre> h2. New attributes: h3. Universal attributes: <pre>accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, spellcheck, style, tabindex, title, translate</pre> h3. Element element attributes: <pre>name, type, value</pre> The wizard shows only a few attributes by default. To see all the attributes for the elements, you have to add the following configuration to your PageTS: <pre> mod.wizards.form.elements.hidden.accordions.attributes.showProperties = accesskey, class, contenteditable, contextmenu, dir, draggable, dropzone, hidden, id, lang, name, spellcheck, style, tabindex, title, translate, type, value </pre>