forked from DGNum/infrastructure
feat(wordpress): Reword
This commit is contained in:
parent
e955f8cd35
commit
ad5e23e766
1 changed files with 9 additions and 5 deletions
|
@ -16,26 +16,29 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
inherit (wp4nix.plugins) wordpress-importer;
|
inherit (wp4nix.plugins) user-role-editor;
|
||||||
};
|
};
|
||||||
|
|
||||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"bds.wp.dgnum.eu" = {
|
"bds.wp.dgnum.eu" = {
|
||||||
plugins = {
|
|
||||||
inherit (wp4nix.plugins) user-role-editor;
|
|
||||||
};
|
|
||||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
|
||||||
themes = {
|
themes = {
|
||||||
inherit (wp4nix.themes) gateway twentytwentythree;
|
inherit (wp4nix.themes) gateway twentytwentythree;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins = {
|
||||||
|
inherit (wp4nix.plugins) user-role-editor;
|
||||||
|
};
|
||||||
|
|
||||||
|
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"bda.ens.fr" = {
|
"bda.ens.fr" = {
|
||||||
plugins = {
|
plugins = {
|
||||||
inherit (wp4nix.plugins) user-role-editor;
|
inherit (wp4nix.plugins) user-role-editor;
|
||||||
};
|
};
|
||||||
|
|
||||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -43,6 +46,7 @@ in
|
||||||
plugins = {
|
plugins = {
|
||||||
inherit (wp4nix.plugins) user-role-editor;
|
inherit (wp4nix.plugins) user-role-editor;
|
||||||
};
|
};
|
||||||
|
|
||||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue