Details
-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
1.1
-
None
Description
Cannot display contentType property in an additional tab
It is not possible to properly display a contentType property in any other tab then the first one, "default".
If in the app definition you simply include the name of the property in the fields list of a second tab, there is no change to the UI - the field for the property is still displayed in the first tab.
See 'biography' in the attached Autohandler example
If in the app definition you include the name of the property in the fields list of a second tab, AND give it a specific class or fieldType, the the field is displayed in both the first tab and the second tab.
See 'summary' in the attached Autohandler example.
As a developer, based on how everything else works in Magnolia I expect that if I list the name of a ContentType property in the fields list of a new tab (as is done for both 'biography' and 'summary' above) that the fields will be displayed in those tabs, not the default one.