special pages workflow changed

This commit is contained in:
Jan Prochazka
2024-10-21 17:36:46 +02:00
parent 967615b6e5
commit 32c7919885
14 changed files with 339 additions and 109 deletions

View File

@@ -20,5 +20,10 @@ module.exports = {
getStorageConnectionError() {
return null;
}
},
readConfig_meta: true,
async readConfig({ group }) {
return {};
},
};