diff --git a/README.md b/README.md index b0e77ad..02c3a56 100644 --- a/README.md +++ b/README.md @@ -51,28 +51,22 @@ php bin/console doctrine:schema:update --force ``` ## 🎣 Usage -After granting the rights in the sulu admin area you should be able to create locations and events. -use smart_content property type to show a list of events, e.g.: +First: Grant permissions for events. +After page reload you should see the event item in the navigation. +Start to create locations, then events. +Use smart_content property type to show a list of events, e.g.: ```xml - - - - - - - Events - Veranstaltungen - - - - - - - - - - - + + + Events + Veranstaltungen + + + + + + + ``` Example of the corresponding twig template for the event list: ```html @@ -98,8 +92,10 @@ Example of the corresponding twig template for the event list: {% endfor %} ``` -At the moment the template for the single event is located here -`templates/pages/event.html.twig` +The template for the single event is located here +`templates/pages/event.html.twig`. +Since the seo and excerpt tabs are available in the event editor, +meta information can be provided like it's done as usual when rendering your pages. ## 🧶 Configuration There exists no configuration yet. I'm on it :)