diff --git a/system/blueprints/pages/modular_raw.yaml b/system/blueprints/pages/modular_raw.yaml index c22efe421..8ae965d8a 100644 --- a/system/blueprints/pages/modular_raw.yaml +++ b/system/blueprints/pages/modular_raw.yaml @@ -47,6 +47,17 @@ form: fields: + ordering: + type: toggle + label: Folder Numeric Prefix + help: Numeric prefix that provides manual ordering and implies visibility + highlight: 1 + options: + 1: Enabled + 0: Disabled + validate: + type: bool + folder: type: text label: Filename diff --git a/system/blueprints/pages/raw.yaml b/system/blueprints/pages/raw.yaml index c4f91ac3f..5dcb91bd3 100644 --- a/system/blueprints/pages/raw.yaml +++ b/system/blueprints/pages/raw.yaml @@ -47,6 +47,17 @@ form: fields: + ordering: + type: toggle + label: Folder Numeric Prefix + help: Numeric prefix that provides manual ordering and implies visibility + highlight: 1 + options: + 1: Enabled + 0: Disabled + validate: + type: bool + folder: type: text label: Folder Name