StV: configurable Filters

This commit is contained in:
chfhtw
2025-09-30 11:01:08 +02:00
parent 9db14effdc
commit f518d56d4e
8 changed files with 735 additions and 108 deletions
+6
View File
@@ -16,6 +16,12 @@
*/
export default {
configFilter() {
return {
method: 'get',
url: 'api/frontend/v1/stv/config/filter'
};
},
configStudent() {
return {
method: 'get',