Update navigation and pages

This commit is contained in:
ivarsbariss
2026-03-05 10:49:47 +01:00
parent 5b0f03e231
commit 5278411b97
30 changed files with 19 additions and 19 deletions

View File

@@ -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` |