mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added shared_views
default setting
no issue - we want custom views to be shared for all users and managed by admins rather than per-user
This commit is contained in:
parent
ff83cd0d97
commit
fdeb7daf40
1 changed files with 3 additions and 0 deletions
|
@ -175,6 +175,9 @@
|
|||
"max": 300
|
||||
}
|
||||
}
|
||||
},
|
||||
"shared_views": {
|
||||
"defaultValue": "{}"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
|
|
Loading…
Reference in a new issue