Module:T-Process: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 54: | Line 54: | ||
Blueprint.initializeConfig(template) | Blueprint.initializeConfig(template) | ||
-- Add title block configuration | -- Add title and logo block configuration | ||
template.config.meta = template.config.meta or {} | template.config.meta = template.config.meta or {} | ||
template.config.meta.titleOptions = { | template.config.meta.titleOptions = { | ||
cssClass = "template-title template-title-process" | cssClass = "template-title template-title-process" | ||
} | |||
template.config.meta.logoOptions = { | |||
cssClass = "process-logo", | |||
imageParams = "220px|center", | |||
errorContext = errorContext | |||
} | } | ||