summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Elm.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-02-28 10:05:00 +0100
committerYorhel <git@yorhel.nl>2020-02-28 10:05:08 +0100
commit03106135b8d4f0c2c0387991133cc3205957d68b (patch)
treee66b8249a7a6f8bae8f78c8a2b573d3394fb399c /lib/VNWeb/Elm.pm
parent018cbf36fe8e33818759909d8ff4fbda87fa3f62 (diff)
v2rw/RelEdit: Add visual novel relation editing
And a few minor styling fixes.
Diffstat (limited to 'lib/VNWeb/Elm.pm')
-rw-r--r--lib/VNWeb/Elm.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/VNWeb/Elm.pm b/lib/VNWeb/Elm.pm
index e3d0e4f6..4a5269dc 100644
--- a/lib/VNWeb/Elm.pm
+++ b/lib/VNWeb/Elm.pm
@@ -70,6 +70,11 @@ my %apis = (
applicable => { anybool => 1 },
state => { int => 1 },
} } ],
+ VNResult => [ { aoh => { # Response to 'VN'
+ id => { id => 1 },
+ title => {},
+ original => { required => 0, default => '' },
+ } } ],
);