aboutsummaryrefslogtreecommitdiff
path: root/dhall/types/Config.dhall
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-02-02 08:05:34 -0500
committerXe Iaso <me@christine.website>2023-02-02 08:05:34 -0500
commitc117eae7c5af977d0299d34169e4a403f77e2afa (patch)
tree83438cf5abc605e0ec174aa4a3f0e4b91b640008 /dhall/types/Config.dhall
parent757cee6fdd13502eb62305f77e73698878b01aa2 (diff)
downloadxesite-c117eae7c5af977d0299d34169e4a403f77e2afa.tar.xz
xesite-c117eae7c5af977d0299d34169e4a403f77e2afa.zip
add stream VOD page
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'dhall/types/Config.dhall')
-rw-r--r--dhall/types/Config.dhall4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall/types/Config.dhall b/dhall/types/Config.dhall
index 21e541a..eb9db9f 100644
--- a/dhall/types/Config.dhall
+++ b/dhall/types/Config.dhall
@@ -12,6 +12,8 @@ let NagMessage = ./NagMessage.dhall
let SeriesDescription = ./SeriesDescription.dhall
+let VOD = ./StreamVOD.dhall
+
let PronounSet = ./PronounSet.dhall
let Prelude = ../Prelude.dhall
@@ -37,6 +39,7 @@ in { Type =
, contactLinks : List Link.Type
, pronouns : List PronounSet.Type
, characters : List Character.Type
+ , vods : List VOD.Type
}
, default =
{ signalboost = [] : List Person.Type
@@ -53,5 +56,6 @@ in { Type =
, contactLinks = [] : List Link.Type
, pronouns = [] : List PronounSet.Type
, characters = [] : List Character.Type
+ , vods = [] : List VOD.Type
}
}