mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
49 lines
845 B
YAML
49 lines
845 B
YAML
|
Page:
|
||
|
fields:
|
||
|
id: true
|
||
|
className: true
|
||
|
urlSegment: true
|
||
|
parentID: true
|
||
|
title: true
|
||
|
sort: true
|
||
|
CSSClass: true
|
||
|
MainContent:
|
||
|
type: String
|
||
|
showInMenus: Boolean
|
||
|
showInSearch: Boolean
|
||
|
link:
|
||
|
type: String
|
||
|
RequestLink:
|
||
|
type: String
|
||
|
children: "[Page]"
|
||
|
elementalArea:
|
||
|
type: ElementalArea
|
||
|
operations:
|
||
|
readOne:
|
||
|
plugins:
|
||
|
getByURL:
|
||
|
after: filter
|
||
|
getByLink:
|
||
|
after: filter
|
||
|
|
||
|
DNADesign\Elemental\Models\ElementalArea:
|
||
|
fields:
|
||
|
id: true
|
||
|
elements:
|
||
|
plugins:
|
||
|
paginateList: false
|
||
|
operations:
|
||
|
read: true
|
||
|
readOne: true
|
||
|
|
||
|
DNADesign\Elemental\Models\BaseElement:
|
||
|
fields:
|
||
|
id: true
|
||
|
title: true
|
||
|
showTitle: true
|
||
|
className: true
|
||
|
forTemplate: true
|
||
|
operations:
|
||
|
readOne: true
|
||
|
read: true
|