section move to other page

This commit is contained in:
2023-01-20 15:40:41 +02:00
parent 8d650a82cc
commit d6dd0fd589
9 changed files with 30 additions and 31 deletions

View File

@ -9,7 +9,7 @@ module Merged
"#{x} / #{y}"
end
def field_name(card)
def card_field_name(card)
name = card.header
name += "*" unless card.option("compulsory") == "no"
name

View File

@ -27,7 +27,7 @@ module Merged
end
if(align = section.option("image_align"))
# for tailwind: bg-left-top bg-left bg-left-bottom
# bg-top bg-center bg-bottom bg-right-top bg-right-center bg-right-bottom
# bg-top bg-center bg-bottom bg-right-top bg-right bg-right-bottom
clazz += " bg-#{align}"
end
{class: clazz , style: style}