Slide 36
Slide 36 text
36
Richiesta GET Data Provider Normalization
Innoteam\Bundle\CMFBundle\Document\Page:
shortname: 'Page'
itemOperations:
getPage:
route_name: 'api_cms_get_page'
normalization_context:
groups: [ 'page-details' ]
Innoteam\Bundle\CMFBundle\Document\Page:
attributes:
name:
groups: ['page-details', ...]
nameTranslated:
groups: ['page-details', ...]
type:
groups: ['page-details', ...]
blocks:
groups: ['page-details', ...]
{
"name": "my-article",
"nameTranslated": "mio-articolo",
"type": "generic-page",
"blocks": [
{
"type": "pb-block-title",
"attributes": {
"title": "Il mio primo articolo"
},
"enabled": true,
"name": "Title"
},
{
"type": "pb-block-intro",
"attributes": {
"title": "Lorem ipsum dolor sit amet",
"subtitle": "Sed ut perspiciatis unde omnis",
},
"enabled": true,
"name": "Introduction"
}
]