community/flowblocks/slide.ini
kezzle 7cee5a675f Translate slideshow content
Closes #251

Due to a bug in lektor-i18n-plugin, flowblock markdown is only ever translated
in the dev server, leaving local dev environments with a seemingly working
translation, and production/review builds without a translation. Slideshow
flowblocks are now manually translated.
2022-07-14 19:41:52 +00:00

44 lines
619 B
INI

[block]
name = Slide
[fields.title]
label = Title
type = string
translate = True
[fields.subtitle]
label = Subtitle
type = string
translate = True
[fields.description]
label = Description
type = text
translate = True
[fields.image]
label = Image
type = select
source = record.attachments.images
translate = False
[fields.background]
label = Background color
type = string
translate = False
[fields.slide_layout]
label = Slide layout
type = string
translate = False
[fields.background_image]
label = Background image
type = string
translate = False
[fields.author]
label = Author
type = string
translate = False