|
|
@@ -40,7 +40,7 @@ config.concatenateCss = 1
|
|
|
config.compressCss = 1
|
|
|
config.compressJs = 1
|
|
|
|
|
|
-# Déclaration des plugins
|
|
|
+# **** Déclaration des plugins
|
|
|
|
|
|
lib.allEvents = USER
|
|
|
lib.allEvents {
|
|
|
@@ -92,15 +92,7 @@ lib.auth {
|
|
|
#lib.contentElement.templateRootPaths.10 = EXT:ot_templating/Resources/Private/Templates/Ext/fluid_styled_content/Default/Templates/
|
|
|
|
|
|
|
|
|
-
|
|
|
-# **** Settings: récupère les variables utilisateur *****
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
# **** Page: configuration générale de la page courante ****
|
|
|
-
|
|
|
-# **** Templating : configuration du template Flux ****
|
|
|
page = PAGE
|
|
|
page {
|
|
|
typeNum = 0
|
|
|
@@ -113,21 +105,23 @@ page {
|
|
|
}
|
|
|
10 >
|
|
|
}
|
|
|
+
|
|
|
+page.config.doctype=html5
|
|
|
+page.meta {
|
|
|
+ keywords.field = keywords
|
|
|
+ description.field = description
|
|
|
+ author.field = author
|
|
|
+ robots = index,follow,archive
|
|
|
+ viewport = width=device-width
|
|
|
+}
|
|
|
+
|
|
|
+# **** Configuration des extensions ****
|
|
|
plugin.tx_flux {
|
|
|
# Allow pages which have is_siteroot = 1 to inherit chosen template from parent.
|
|
|
# Disable this to prevent subsites in a multisite environment from using the same template as the immediate parent of that site root.
|
|
|
siteRootInheritance = 1
|
|
|
}
|
|
|
|
|
|
-page.config.doctype=html5
|
|
|
-page.meta {
|
|
|
- keywords.field = keywords
|
|
|
- description.field = description
|
|
|
- author.field = author
|
|
|
- robots = index,follow,archive
|
|
|
- viewport = width=device-width
|
|
|
-}
|
|
|
-
|
|
|
plugin.tx_ottemplating {
|
|
|
view {
|
|
|
templateRootPaths.0 = {$templateRootPath}
|
|
|
@@ -152,10 +146,11 @@ plugin.tx_ottemplating {
|
|
|
|
|
|
# computed
|
|
|
structureLogoUrl = {$plugin.tx_ottemplating.settings.opentalent.fileStorageUrl}{$plugin.tx_ottemplating.settings.organization.logoid}/0x60
|
|
|
- networkLogoUrl = /typo3conf/ext/ot_templating/Resources/Public/assets/media/{$plugin.tx_ottemplating.settings.network.logo}
|
|
|
+ networkLogoUrl = /typo3conf/ext/ot_templating/Resources/Public/media/{$plugin.tx_ottemplating.settings.network.logo}
|
|
|
|
|
|
# Default values for flux parameters
|
|
|
- themeColor = blue
|
|
|
+ template = Classic
|
|
|
+ themeColor = light-blue
|
|
|
displayCarousel = 1
|
|
|
staticDonors = 0
|
|
|
eventsLimit = 5
|
|
|
@@ -163,8 +158,7 @@ plugin.tx_ottemplating {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-# **** Form extension ****
|
|
|
+# * Form extension
|
|
|
# @see https://docs.typo3.org/c/typo3/cms-form/9.5/en-us/Introduction/Index.html
|
|
|
|
|
|
module.tx_form {
|