From ff069ae0212212aba810db4e413da5a0bbdbc595 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:20:32 +0100 Subject: [PATCH] Fixed @self.children in blog.yaml --- blueprints/blog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/blog.yaml b/blueprints/blog.yaml index 71f3e5c..f7f4e55 100644 --- a/blueprints/blog.yaml +++ b/blueprints/blog.yaml @@ -38,7 +38,7 @@ form: type: textarea yaml: true label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS - default: '-@self.children' + default: '@self.children' validate: type: yaml