Fix syntax errors in Snippet definition.
This commit is contained in:
parent
ce3edcf743
commit
bfccc1fa6f
1 changed files with 4 additions and 4 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',
|
||||
attribute assetName => ['assetName','Asset_Snippet'];
|
||||
attribute uiLevel => 5;
|
||||
attribute icon => 'snippet.gif';
|
||||
attribute tableName => 'snippet';
|
||||
|
||||
property snippet => (
|
||||
fieldType => 'codearea',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue