create.yml
Create flow root GUI file: menu/admin/create.yml.
This menu starts the admin create workflow for new tag entries.
Purpose
Use this page when you want to begin a new tag draft before branching into category, section, or field editing.
Function
create.yml is the entry point for tag creation in the admin UI.
At runtime it is used to:
- Start a new draft.
- Jump into focused edit paths.
- Confirm the draft when ready.
- Return to the dashboard.
Structure
create:
title: "<#595959>Create Tag"
rows: 6
items:
header: ...
add: ...
edit: ...
confirm: ...
back: ...
How to Read This Structure
titlenames the draft creation screen.rowsgives enough room for the create buttons and back control.itemsis the workflow map for starting, editing, confirming, or leaving the draft.- Use this page as the first step of the create flow, not as the final tag editor.
Key Controls
addbegins the create flow.editopens the current draft editor path.confirmcommits the draft.backreturns to the dashboard.
Actions
The create root uses the draft action set:
[ADD]begins the draft[EDIT]opens the focused edit path[CONFIRM]commits the current draft[BACK]returns to the dashboard[SOUND] UI_BUTTON_CLICK 1 1 mastergives click feedback
Page note
This page is source-backed and keeps the create flow as a guided draft process.