34 lines
629 B
YAML
34 lines
629 B
YAML
lowdefy: 3.23.2
|
|
name: Lowdefy starter
|
|
licence: MIT
|
|
|
|
types:
|
|
AgGridAlpine:
|
|
url: https://blocks-cdn.lowdefy.com/v3.12.3/blocks-aggrid/meta/AgGridAlpine.json
|
|
|
|
connections:
|
|
- id: api
|
|
type: AxiosHttp
|
|
properties:
|
|
baseURL: http://127.0.0.1:3001
|
|
|
|
pages:
|
|
- _ref: stage.yaml
|
|
- _ref: deploy.yaml
|
|
|
|
menus:
|
|
- id: default
|
|
links:
|
|
- id: Stage
|
|
type: MenuLink
|
|
pageId: stage
|
|
properties:
|
|
title: Stage
|
|
icon: CloudDownloadOutlined
|
|
- id: Deploy
|
|
type: MenuLink
|
|
pageId: deploy
|
|
properties:
|
|
title: Deploy
|
|
icon: RocketOutlined
|