section move to other page
This commit is contained in:
@ -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
|
||||
|
@ -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}
|
||||
|
Reference in New Issue
Block a user