diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2019-10-12 21:54:33 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2019-10-12 21:54:33 +0300 |
commit | 210865bccea753fc87022cad09b8570dfdc3dd8c (patch) | |
tree | 76f89196d6a02feab1cbbf2e9eef660071bb0aed /static | |
parent | 847b0718b6a0cfe1a0c6b0b370c5715cf108db65 (diff) |
Added outputs for the API introduced in v4 to NCMS
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index f470a4a..1b64060 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -245,3 +245,22 @@ collections: widget: "hidden" fields: - {label: "affected", name: "affected", widget: "hidden", default: "affected"} + - label: "outputs (Do not touch!)" + name: outputs + widget: "hidden" + fields: + - label: "page" + name: page + widget: "list" + allow_add: false + default: ['html', 'json'] + - label: "section" + name: section + widget: "list" + allow_add: false + default: ['html', 'json', 'rss'] + - label: "home" + name: home + widget: "list" + allow_add: false + default: ['html', 'json', 'rss']
\ No newline at end of file |