Add photo to config

This commit is contained in:
2023-01-30 21:26:34 +11:00
parent 20670bb755
commit 6a8b4e0c1f

View File

@@ -14,9 +14,9 @@ module Adamantium
{uid: settings.micropub_site_id, name: settings.micropub_site_name} {uid: settings.micropub_site_id, name: settings.micropub_site_name}
], ],
"post-types" => [ "post-types" => [
{type: "note", name: "Note", properties: %w[content category]}, {type: "note", name: "Note", properties: %w[content photo category]},
{type: "article", name: "Article", properties: %w[name content category]}, {type: "article", name: "Article", properties: %w[name content category]},
{type: "photo", name: "Photo", properties: %w[name content category]}, {type: "photo", name: "Photo", properties: %w[name photo content category]},
{type: "bookmark", name: "Bookmark", properties: %w[name content category]} {type: "bookmark", name: "Bookmark", properties: %w[name content category]}
], ],
"syndicate-to" => [ "syndicate-to" => [