on ‎2018 Aug 01 11:45 AM
In pcmbackoffice-backoffice-config.xml, is it possible to make the editorArea:attribute has default value?
Request clarification before answering.
Hi,
It is not allowed to define default value on editor configuration level. To be consistent with platform it should be set on type level (item.xml` file)
Like in many places is used inside platform:
<attribute qualifier="localized" type="boolean">
<defaultvalue>java.lang.Boolean.FALSE</defaultvalue>
<persistence type="property" />
<modifiers optional="false" />
</attribute>
Is it sufficient for you needs?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.