create-section.yml
Create section GUI file: menu/admin/create-section.yml.
This menu splits the create workflow into section-based editing.
Purpose
Use this page when a new tag draft needs to move into grouped section editing instead of one long field form.
Function
create-section.yml routes the create workflow into section-specific branches.
At runtime it is used to:
- Choose which section to edit.
- Open the relevant field editor screens.
- Confirm the create draft when ready.
- Return to the create root.
Structure
create-section:
title: "<#595959>Create Section"
rows: 6
items:
header: ...
section cards: ...
confirm: ...
back: ...
How to Read This Structure
titlelabels the section-creation screen.rowsgives the layout enough room for section cards and the confirm/back buttons.itemscontains the section chooser plus the workflow controls.- Use this page to explain how a new section is attached to a draft before the deeper editor opens.
Key Controls
- Section cards open the relevant section editor path.
confirmadvances the draft when ready.backreturns to the create root.
Actions
The create section menu uses the branch action set:
- Section buttons open the related section editor
[CONFIRM]advances the draft[BACK]returns to the create root[SOUND] UI_BUTTON_CLICK 1 1 mastergives click feedback
Page note
This page is source-backed and keeps draft editing split by section.