summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Elm.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-08 14:28:06 +0200
committerYorhel <git@yorhel.nl>2020-07-08 14:28:06 +0200
commit378768fcf7df9524f84d3bbb3a133766c7395726 (patch)
treebae191f10a70c203b5b5c9b0d046ce50e999ea69 /lib/VNWeb/Elm.pm
parentf102034bfdc068b6fd002a90b7ffc36c164a9215 (diff)
VN::Edit: Support adding new VNs
Diffstat (limited to 'lib/VNWeb/Elm.pm')
-rw-r--r--lib/VNWeb/Elm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNWeb/Elm.pm b/lib/VNWeb/Elm.pm
index 3625ba57..55de9c99 100644
--- a/lib/VNWeb/Elm.pm
+++ b/lib/VNWeb/Elm.pm
@@ -88,6 +88,7 @@ our %apis = (
id => { id => 1 },
title => {},
original => { required => 0, default => '' },
+ hidden => { anybool => 1 },
} } ],
ProducerResult => [ { aoh => { # Response to 'Producers'
id => { id => 1 },