From 343b10e67fe44226c1b09ce34a9e242a9c5fd7e3 Mon Sep 17 00:00:00 2001 From: Pedro Moreno Date: Wed, 15 Feb 2023 11:00:54 +0100 Subject: [PATCH] Option to add body classes --- blueprints/default.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/blueprints/default.yaml b/blueprints/default.yaml index f995948..f771cb0 100755 --- a/blueprints/default.yaml +++ b/blueprints/default.yaml @@ -45,4 +45,13 @@ form: 1: PLUGIN_ADMIN.ENABLED 0: PLUGIN_ADMIN.DISABLED validate: - type: bool \ No newline at end of file + type: bool + advanced: + fields: + columns: + fields: + column1: + fields: + header.body_classes: + markdown: true + description: 'Available classes in Future2021 Theme:
`single`' \ No newline at end of file