Template:Align/Doc: Difference between revisions
m →Usage: Fix JSON error |
|||
Line 18: | Line 18: | ||
"label": "Content", | "label": "Content", | ||
"description": "The content to be aligned", | "description": "The content to be aligned", | ||
" | "type": "content", | ||
"required": true | |||
}, | }, | ||
"align": { | "align": { | ||
"label": "Alignment", | "label": "Alignment", | ||
"description": "The alignment of the content. Any values other than 'center' have no effect.", | "description": "The alignment of the content. Any values other than 'center' have no effect.", | ||
" | "type": "string", | ||
"suggested": true, | |||
"suggestedvalues": [ | |||
"center", | |||
"left", | |||
"right" | |||
] | |||
} | } | ||
} | } |