Quellcode durchsuchen

Merge pull request #250 from encreinformatique/master

Specify the useExternalCss config into the README.md
Amauri CHAMPEAUX vor 6 Jahren
Ursprung
Commit
21b175c47f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -47,6 +47,7 @@ tarteaucitron.init({
 
 
     "removeCredit": false, /* Remove credit link */
     "removeCredit": false, /* Remove credit link */
     "moreInfoLink": true, /* Show more info link */
     "moreInfoLink": true, /* Show more info link */
+    "useExternalCss": false /* If false, the tarteaucitron.css file will be loaded */
 
 
     //"cookieDomain": ".my-multisite-domaine.fr" /* Shared cookie for subdomain website */
     //"cookieDomain": ".my-multisite-domaine.fr" /* Shared cookie for subdomain website */
 });
 });