mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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
|
"max": 300
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"shared_views": {
|
||||||
|
"defaultValue": "{}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue