From 50c803246fd10eafa7df74c8689f4b2c7ac4c47a Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Fri, 3 Feb 2023 13:38:51 +1100 Subject: [PATCH] Add video as an allowed post type --- app/actions/site/config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/actions/site/config.rb b/app/actions/site/config.rb index eee8f31..5f37c79 100644 --- a/app/actions/site/config.rb +++ b/app/actions/site/config.rb @@ -18,6 +18,7 @@ module Adamantium {type: "note", name: "Note", properties: %w[content photo category]}, {type: "article", name: "Article", properties: %w[name content category]}, {type: "photo", name: "Photo", properties: %w[name photo content category]}, + {type: "video", name: "Video", properties: %w[name video content category]}, {type: "bookmark", name: "Bookmark", properties: %w[name content category]} ], "syndicate-to" => [