mirror of
https://github.com/torproject/community.git
synced 2024-11-23 09:49:49 +00:00
7cee5a675f
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.
44 lines
619 B
INI
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
|