This commit is contained in:
Fabian Neumann
2018-05-11 11:19:09 +02:00
parent eda9a0cadf
commit b73620bcb0
11 changed files with 157 additions and 0 deletions
@@ -0,0 +1,9 @@
import GlobalSwitchoff from './components/GlobalSwitchoff';
import translations from './translations.yml';
export default {
translations,
slots: {
adminStreamSettings: [GlobalSwitchoff],
},
};