forked from DGNum/infrastructure
feat(wordpress): Add user role editor plugin
This commit is contained in:
parent
5fa86473cc
commit
89597be3f4
3 changed files with 16 additions and 1 deletions
|
@ -17,6 +17,17 @@ in {
|
|||
};
|
||||
|
||||
"bds.wp.dgnum.eu" = {
|
||||
plugins = { inherit (addons.plugins) user-role-editor; };
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"bda.wp.dgnum.eu" = {
|
||||
plugins = { inherit (addons.plugins) user-role-editor; };
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"cineclub.wp.dgnum.eu" = {
|
||||
plugins = { inherit (addons.plugins) user-role-editor; };
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue