Commit 7405aa96 by Van

Merge remote-tracking branch 'origin/master'

# Conflicts: # src/TourinsoftExtension.php
parents 030de0d3 ab729752
...@@ -86,30 +86,35 @@ locales: ...@@ -86,30 +86,35 @@ locales:
slug: es slug: es
```` ````
In the routing.yml of Bolt add, except for the preview, requirements _locale :"fr|en|es" & for the homepage defaults °locale: fr like this :
````
homepage:
path: /
defaults:
_controller: controller.frontend:homepage
_locale: fr
requirements:
_locale: "fr|en|es"
....
contentlisting:
path: /{contenttypeslug}
defaults:
_controller: controller.frontend:listing
requirements:
_locale: "fr|en|es"
contenttypeslug: controller.requirement:pluralContentTypes
````
For reservation : For reservation :
<https://gitlab.appolo.fr/bolt-extensions/hubresa> https://gitlab.appolo.fr/bolt-extensions/elloha.git
``` ```
Hubresa Elloha - Read the ReadMe of the project for configuration and more informations
``` ```
## Configuration ## Configuration
##### Change this keys in configuration:
- url
- ot_key
- cdn_url
``````
exemple :
url: 'http://wcf.tourinsoft.com/Syndication/3.0/'
ot_key: 'cdt64'
cdn_url: 'http://cdt64.media.tourinsoft.eu/upload/'
``````
##### For set the user for the cron change : ##### For set the user for the cron change :
- user_id - user_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment