diff --git a/system/blueprints/pages/default.yaml b/system/blueprints/pages/default.yaml index 7be8a6fdd..d421bbd62 100644 --- a/system/blueprints/pages/default.yaml +++ b/system/blueprints/pages/default.yaml @@ -29,6 +29,7 @@ form: content: type: markdown + showPreview: true validate: type: textarea diff --git a/system/blueprints/pages/modular_raw.yaml b/system/blueprints/pages/modular_raw.yaml index 430881712..393cde5fd 100644 --- a/system/blueprints/pages/modular_raw.yaml +++ b/system/blueprints/pages/modular_raw.yaml @@ -25,6 +25,7 @@ form: content: type: markdown + showPreview: true uploads: type: pagemedia diff --git a/system/blueprints/pages/raw.yaml b/system/blueprints/pages/raw.yaml index d26f05063..bed82d593 100644 --- a/system/blueprints/pages/raw.yaml +++ b/system/blueprints/pages/raw.yaml @@ -25,6 +25,7 @@ form: content: type: markdown + showPreview: true uploads: type: pagemedia