About page for instance based on instance descriptions
This commit is contained in:
parent
cdabb26989
commit
ab2af7a548
5 changed files with 69 additions and 0 deletions
|
|
@ -6,6 +6,17 @@ export default {
|
|||
namespaced: true,
|
||||
state: {
|
||||
settings: {
|
||||
instance: {
|
||||
name: {
|
||||
value: ''
|
||||
},
|
||||
short_description: {
|
||||
value: ''
|
||||
},
|
||||
long_description: {
|
||||
value: ''
|
||||
}
|
||||
},
|
||||
users: {
|
||||
registration_enabled: {
|
||||
value: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue