{ "components": { "<%= componentName %>": { "innerComponents": [], "uiBuilder": { "associatedTypes": [ "global.core", "global.landing-page" ], "label": "My Component", "tileIcon": "./tile-icon/generic-tile-icon.svg", "description": "A description of my component", "category": "primitives" }<% if (!nowCliOptions) { %>, "shortcuts": [ { "name": "", "description": "", "shortcut": { "mac": { "shiftKey": false, "altKey": false, "metaKey": false, "key": "" } }, "actionKey": "", "actionPayload": {} } ], "suspendOnViewChange": false<% } %> } }, "scopeName": "<%= scopeName %>" }