diff --git a/jolicode/jolitypo/1.0/config/packages/joli_typo.yaml b/jolicode/jolitypo/1.0/config/packages/joli_typo.yaml new file mode 100644 index 00000000..6167326e --- /dev/null +++ b/jolicode/jolitypo/1.0/config/packages/joli_typo.yaml @@ -0,0 +1,10 @@ +joli_typo: + presets: + fr: + # Please refer to the documentation at https://github.com/jolicode/JoliTypo/blob/master/README.md + # to learn more about fixers and how to combine them. + fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, FrenchNoBreakSpace, CurlyQuote, Trademark ] + locale: fr_FR + en: + fixers: [ Ellipsis, Dimension, Dash, SmartQuotes, CurlyQuote, Trademark ] + locale: en_GB diff --git a/jolicode/jolitypo/1.0/manifest.json b/jolicode/jolitypo/1.0/manifest.json new file mode 100644 index 00000000..fd65555e --- /dev/null +++ b/jolicode/jolitypo/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "JoliTypo\\Bridge\\Symfony\\JoliTypoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}