-
Notifications
You must be signed in to change notification settings - Fork 0
/
snippets.json
9 lines (9 loc) · 1.96 KB
/
snippets.json
1
2
3
4
5
6
7
8
9
{
"Create base bxml template": {
"prefix": "<ncms-object",
"body": [
"<ncms-object id=\"\" bif-version=\"4.0\">\r\n\t<view type=\"\" viewtype=\"\">\r\n\t\t<data>\r\n\t\t\t<entities>\r\n\t\t\t\t<entity id=\"\" name=\"\" populate=\"\">\r\n\t\t\t\t\t<fields>\r\n\t\t\t\t\t\t<field name=\"\" originator=\"\"\/>\r\n\t\t\t\t\t<\/fields>\r\n\t\t\t\t<\/entity>\r\n\t\t\t<\/entities>\r\n\t\t\t<lists>\r\n\t\t\t\t<list id=\"\" name=\"\" populate=\"\">\r\n\t\t\t\t\t<fields>\r\n\t\t\t\t\t\t<field name=\"\" originator=\"\"\/>\r\n\t\t\t\t\t<\/fields>\r\n\t\t\t\t<\/list>\r\n\t\t\t<\/lists>\r\n\t\t<\/data>\r\n\t\t<operations>\r\n\t\t\t<operation id=\"\" type=\"\">\r\n\t\t\t\t<config>\r\n\t\t\t\t\t<parameters>\r\n\t\t\t\t\t\t<parameter name=\"\">\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/parameter>\r\n\t\t\t\t\t<\/parameters>\r\n\t\t\t\t\t<arguments>\r\n\t\t\t\t\t\t<argument binding=\"\"\/>\r\n\t\t\t\t\t<\/arguments>\r\n\t\t\t\t<\/config>\r\n\t\t\t<\/operation>\r\n\t\t<\/operations>\r\n\t\t<layout>\r\n\t\t\t<events>\r\n\t\t\t\t<event name=\"\">\r\n\t\t\t\t\t<action id=\"\" type=\"\">\r\n\t\t\t\t\t\t<config>\r\n\t\t\t\t\t\t\t<operation-reference\/>\r\n\t\t\t\t\t\t<\/config>\r\n\t\t\t\t\t<\/action>\r\n\t\t\t\t<\/event>\r\n\t\t\t<\/events>\r\n\t\t\t<containers>\r\n\t\t\t\t<container id=\"\" type=\"\" next-focus-id=\"\">\r\n\t\t\t\t\t<config>\r\n\t\t\t\t\t\t<alignment>\r\n\t\t\t\t\t\t\t<control id=\"\" align=\"\" \/>\r\n\t\t\t\t\t\t<\/alignment>\r\n\t\t\t\t\t<\/config>\r\n\t\t\t\t\t<controls>\r\n\t\t\t\t\t\t<control id=\"\" type=\"\">\r\n\t\t\t\t\t\t\t<config>\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/config>\r\n\t\t\t\t\t\t<\/control>\r\n\t\t\t\t\t<\/controls>\r\n\t\t\t\t<\/container>\r\n\t\t\t<\/containers>\r\n\t\t<\/layout>\r\n\t\t<config \/>\r\n\t<\/view>\r\n\t<bif-object-summary>\r\n\t\t<![CDATA[]]>\r\n\t<\/bif-object-summary>\r\n\t<bif-object-description>\r\n\t\t<![CDATA[]]>\r\n\t<\/bif-object-description>\r\n<\/ncms-object>"
],
"description": "Snippet to create base bxml template"
}
}