1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
budibase/packages/server/appPackages/testApp/pages/unauthenticated/page.json
2020-02-23 21:59:27 +00:00

10 lines
260 B
JSON

{
"title": "Test App",
"favicon": "./_shared/favicon.png",
"stylesheets": ["my-styles.css"],
"componentLibraries": ["./customComponents","./moreCustomComponents"],
"props" : {
"_component": "@budibase/standard-components/container",
"type": "div"
}
}