{ "name": "apps/Create App List Item", "description": "", "inherits": "@budibase/standard-components/panel", "props": { "text": "Create New", "padding": "10px", "hoverColor": "", "margin": "20px", "border": "1px solid black", "borderRadius": "2px", "hoverBackground": "gainsboro", "height": "100px", "width": "100px", "onClick": [ { "##eventHandlerType": "Get New Record", "parameters": { "collectionKey": "/applications", "childRecordType": "application", "statePath": "currentApplication" } } ] }, "tags": [ "div", "container" ] }