change the name attribute to aspect to denote asset level static attributes like tableName, et. al.
This commit is contained in:
parent
5b24340994
commit
d4f31870a3
12 changed files with 72 additions and 43 deletions
|
|
@ -23,10 +23,10 @@ use HTML::Packer;
|
|||
use JavaScript::Packer;
|
||||
use CSS::Packer;
|
||||
|
||||
attribute assetName => ['assetName','Asset_Snippet'];
|
||||
attribute uiLevel => 5;
|
||||
attribute icon => 'snippet.gif';
|
||||
attribute tableName => 'snippet';
|
||||
aspect assetName => ['assetName','Asset_Snippet'];
|
||||
aspect uiLevel => 5;
|
||||
aspect icon => 'snippet.gif';
|
||||
aspect tableName => 'snippet';
|
||||
|
||||
property snippet => (
|
||||
fieldType => 'codearea',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue