Creating a page
YAML Definition
tellaw_sunshine_admin:
pages:
dashboardArticle :
title: visualisation d'un article
description:
jsIncludes:
- bundles/app/js/planning.js
- bundles/app/js/message.js
cssIncludes:
- bundles/app/css/override.css
rows:
-
viewWidget:
title: viewArticle
columns: 12
service: sunshine.widgets.view
template: widgets/view
articleWorkflow:
title: Workflow
columns: 12
service: AppBundle\Service\Widgets\ArticleWorkflow
attachments:
title: Fichier(s) joint(s)
columns: 12
service: AppBundle\Service\Widgets\Attachments
listComments:
title: Commentaires
columns: 12
service: AppBundle\Service\Widgets\Comment
listMessages:
title: Messages
columns: 12
service: AppBundle\Service\Widgets\Message
planningWorkflow:
title: Planning
columns: 12
service: AppBundle\Service\Widgets\Planning
Conventions
Title & Description

jsIncludes
cssIncludes
rows
Using Widgets
Adding the page to the menu
Last updated