UrlProvider: Add Links to specify rendertype in allpages / category view

This commit is contained in:
2022-04-03 11:13:01 +02:00
parent 622ef5af6a
commit 1c1416934b
4 changed files with 23 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ struct ConfigUrls
std::string linkindex;
std::string linkrecent;
std::string linkallpages;
std::string linkallpagesrendertype;
std::string linkallcats;
std::string linkshere;
std::string linkpage;
@@ -34,6 +35,7 @@ struct ConfigUrls
std::string linkdelete;
std::string linklogout;
std::string linkcategory;
std::string linkcategoryrendertype;
std::string loginurl;
std::string linkrecentsort;
std::string actionurl;