About page for instance based on instance descriptions

This commit is contained in:
Eliot Berriot 2018-02-24 15:28:09 +01:00
commit ab2af7a548
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
5 changed files with 69 additions and 0 deletions

View file

@ -6,6 +6,17 @@ export default {
namespaced: true,
state: {
settings: {
instance: {
name: {
value: ''
},
short_description: {
value: ''
},
long_description: {
value: ''
}
},
users: {
registration_enabled: {
value: true