mirror of
https://github.com/getgrav/grav.git
synced 2026-07-05 11:17:42 +02:00
set context for default blueprint extends
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
title: Blog
|
||||
@extends: pages/default
|
||||
@extends:
|
||||
type: default
|
||||
context: blueprints://pages
|
||||
|
||||
child_type: item
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
title: Item
|
||||
@extends: pages/default
|
||||
@extends:
|
||||
type: default
|
||||
context: blueprints://pages
|
||||
|
||||
form:
|
||||
fields:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
title: Modular
|
||||
@extends:
|
||||
type: pages/default
|
||||
type: default
|
||||
context: blueprints://pages
|
||||
|
||||
form:
|
||||
fields:
|
||||
|
||||
Reference in New Issue
Block a user