Adding attribute to ItemType
Just adding some basic steps to help remember what I did for adding a new attribute to an existing ItemType.
- Add the attribute in the attributes list of the itemtype in the SOMETHING-items.xml.
- Add the name and description properties to the SOMETHING-locales_en.properties
- Add property to wizardConfig_COMPONENTNAME.xml . You may need to add it to other xml files like the editorArea_ or contentEditor_ .
- Update any impex related to itemtype.
- Run "ant clean all"
- Start Hybris
- Run Update all in HAC
Will need to run lots of tests. Be sure to check search works for new attribute.
Comments
Post a Comment