I am needing to create a new attribute type, but I am getting errors when running step_03 after creating it.
I created my new custom attribute just like any other attribute type in /core/attribute, then I added my new attribute type to the management file in an asset that I am building, as well as the details screen xml and locals xml.
But, when running step_03 I get the following error:
+---------------------------------------------------------------------------------------+ | MySource Warning | |---------------------------------------------------------------------------------------| | File : /Users/nnhubbard/Sites/mysource_matrix/core/include/locale_manager.inc | | Line : 504 | |---------------------------------------------------------------------------------------| | Attribute Type "secret" is not known (for the "news_item" Asset Type) ' [SYS0096] | +---------------------------------------------------------------------------------------+ +-------------------------------------------------------------------------------+ | MySource Warning | |-------------------------------------------------------------------------------| | File : /Users/nnhubbard/Sites/mysource_matrix/core/include/locale_manager.inc | | Line : 504 | |-------------------------------------------------------------------------------| | Unable to Commit, Transaction has already been aborted [SYS0220] | +-------------------------------------------------------------------------------+
Do I need to specify my new attribute type in another file as well?