Template:Hero card2/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
m card_size param, renamed text-size to text_size |
||
| Line 21: | Line 21: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "text_size": { | ||
"label": "Text Size", | "label": "Text Size", | ||
"description": " | "description": "Change if the hero name doesnt fit. Dont put px at the end.", | ||
"type": "string", | "type": "string", | ||
"default": "24", | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"24" | "24, 11" | ||
] | |||
}, | |||
"card_size": { | |||
"label": "Card Size", | |||
"description": "Size of the hero card. Dont put px at the end", | |||
"type": "string", | |||
"default": "132", | |||
"suggestedvalues": [ | |||
"132, 88" | |||
] | ] | ||
}, | }, | ||