feat(wordpress): Add user role editor plugin

This commit is contained in:
Tom Hubrecht 2024-01-09 09:11:11 +01:00
parent 5fa86473cc
commit 89597be3f4
3 changed files with 16 additions and 1 deletions

View file

@ -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 ];
};
};