From 7760f541fb2091d8f299ad1925d609d6cb4d2f9b Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Fri, 22 Jan 2016 13:04:32 +0200 Subject: [PATCH] Blueprint refactor: Fix page blueprints --- system/blueprints/pages/default.yaml | 6 +++--- system/blueprints/pages/modular.yaml | 2 +- system/blueprints/pages/modular_raw.yaml | 4 ++-- system/blueprints/pages/raw.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/system/blueprints/pages/default.yaml b/system/blueprints/pages/default.yaml index 6eab5d464..3c044074c 100644 --- a/system/blueprints/pages/default.yaml +++ b/system/blueprints/pages/default.yaml @@ -16,7 +16,7 @@ form: active: 1 fields: - content: + tab_content: type: tab title: PLUGIN_ADMIN.CONTENT @@ -37,7 +37,7 @@ form: type: pagemedia label: PLUGIN_ADMIN.PAGE_MEDIA - options: + tab_options: type: tab title: PLUGIN_ADMIN.OPTIONS @@ -101,7 +101,7 @@ form: validate: type: array - advanced: + tab_advanced: type: tab title: PLUGIN_ADMIN.ADVANCED diff --git a/system/blueprints/pages/modular.yaml b/system/blueprints/pages/modular.yaml index ce62ecd1c..32492e056 100644 --- a/system/blueprints/pages/modular.yaml +++ b/system/blueprints/pages/modular.yaml @@ -10,7 +10,7 @@ form: active: 1 fields: - content: + tab_content: fields: header.content.items: diff --git a/system/blueprints/pages/modular_raw.yaml b/system/blueprints/pages/modular_raw.yaml index 393cde5fd..f6fd2d8ea 100644 --- a/system/blueprints/pages/modular_raw.yaml +++ b/system/blueprints/pages/modular_raw.yaml @@ -13,7 +13,7 @@ form: active: 1 fields: - content: + tab_content: type: tab title: PLUGIN_ADMIN.CONTENT @@ -32,7 +32,7 @@ form: label: PLUGIN_ADMIN.PAGE_MEDIA - options: + tab_options: type: tab title: PLUGIN_ADMIN.OPTIONS diff --git a/system/blueprints/pages/raw.yaml b/system/blueprints/pages/raw.yaml index bed82d593..a0a5a710f 100644 --- a/system/blueprints/pages/raw.yaml +++ b/system/blueprints/pages/raw.yaml @@ -13,7 +13,7 @@ form: active: 1 fields: - content: + tab_content: type: tab title: PLUGIN_ADMIN.CONTENT @@ -31,7 +31,7 @@ form: type: pagemedia label: PLUGIN_ADMIN.PAGE_MEDIA - options: + tab_options: type: tab title: PLUGIN_ADMIN.OPTIONS