From 94f05ea5f4a43998f0029b760489c497f81e286e Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 22 Mar 2016 15:36:07 +0100 Subject: [PATCH] Creation of a page for the event bundle --- source/bundles/event.rst | 29 +++++++++++++++++++++++++++++ source/bundles/index.rst | 1 + 2 files changed, 30 insertions(+) create mode 100644 source/bundles/event.rst diff --git a/source/bundles/event.rst b/source/bundles/event.rst new file mode 100644 index 000000000..b902ee444 --- /dev/null +++ b/source/bundles/event.rst @@ -0,0 +1,29 @@ +.. Copyright (C) 2016 Champs Libres Cooperative SCRLFS + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +.. _event-bundle: + +Event bundle +############ + +Template & Menu +=============== + +The event bundle has a special template with a specific menu for actions on +events. This menu is called `event`. + +ChillEventBundle::layout.html.twig +---------------------------------- + +This layout extends `ChillMainBundle::layoutWithVerticalMenu.html.twig` and add the menu `event` + +It proposes a new block : + +* event_content + + * where to display content relative to the event. diff --git a/source/bundles/index.rst b/source/bundles/index.rst index 517af505d..c83d96ab5 100644 --- a/source/bundles/index.rst +++ b/source/bundles/index.rst @@ -20,6 +20,7 @@ You will find here documentation about bundles working with Chill. Report bundle Activity bundle Group bundle + Event bundle Your bundle here ? -------------------