mirror of
https://github.com/getgrav/grav.git
synced 2026-02-03 21:30:24 +01:00
Blueprint refactor: Fix page blueprints
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ form:
|
||||
active: 1
|
||||
|
||||
fields:
|
||||
content:
|
||||
tab_content:
|
||||
fields:
|
||||
|
||||
header.content.items:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user