Update navigation and pages
This commit is contained in:
@@ -125,7 +125,7 @@ Date pickers use `"type": "DATE_PICKER_WIDGET2"`, `"dateFormat": "YYYY-MM-DD HH:
|
||||
### 4. Create queries for each tab
|
||||
|
||||
Follow the **add-query-to-table** skill. Each query's `metadata.json` must have:
|
||||
- `"pageId"`: the page name (e.g. `"Pending POs - All"`)
|
||||
- `"pageId"`: the page name (e.g. `"Pending POs"`)
|
||||
- `"gitSyncId"`: use the same 24-char hex prefix as the page, with a unique UUID suffix
|
||||
- `"runBehaviour": "AUTOMATIC"`
|
||||
|
||||
@@ -212,4 +212,4 @@ When merging separate pages into one tabbed page:
|
||||
| Widget-in-tab parent | Canvas `widgetId` for that tab |
|
||||
| `defaultTab` | Tab **label** (not tab ID) |
|
||||
| `tabsObj` keys | `tab1`, `tab2`, `tab3`, ... |
|
||||
| Existing examples | `Sales - Units Shipped`, `Pending POs - All` |
|
||||
| Existing examples | `Sales - Units Shipped`, `Pending POs` |
|
||||
|
||||
Reference in New Issue
Block a user