diff --git a/public/env/envlist.json b/public/env/envlist.json new file mode 100644 index 0000000..4eed498 --- /dev/null +++ b/public/env/envlist.json @@ -0,0 +1,10 @@ +window.environments = [ + { + 'name':'typobasic', + 'desc': "Environnement de rédaction contenant l'ensemble des élements typographiques de base." + }, + { + 'name':'courrier', + 'desc': "Environnement permettant la rédaction d'un courrier." + } +]; diff --git a/public/index.html b/public/index.html index 4123528..a99cd85 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ <%= htmlWebpackPlugin.options.title %> +