mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
31 lines
612 B
YAML
31 lines
612 B
YAML
|
modelConfig:
|
||
|
Page:
|
||
|
plugins:
|
||
|
inheritance: true
|
||
|
operations:
|
||
|
read:
|
||
|
plugins:
|
||
|
readVersion: false
|
||
|
paginateList: false
|
||
|
readOne:
|
||
|
plugins:
|
||
|
getByLink:
|
||
|
after: filter
|
||
|
|
||
|
DNADesign\Elemental\Models\ElementalArea:
|
||
|
plugins:
|
||
|
inheritance: true
|
||
|
operations:
|
||
|
read:
|
||
|
plugins:
|
||
|
readVersion: false
|
||
|
paginateList: false
|
||
|
DNADesign\Elemental\Models\BaseElement:
|
||
|
plugins:
|
||
|
inheritance: true
|
||
|
operations:
|
||
|
read:
|
||
|
plugins:
|
||
|
readVersion: false
|
||
|
paginateList: false
|