diff --git a/src/components/support-list/index.hbs b/src/components/support-list/index.hbs index 594dce8a..fd636fef 100644 --- a/src/components/support-list/index.hbs +++ b/src/components/support-list/index.hbs @@ -14,17 +14,34 @@ model: list-3: ../../components/support-list/json/support-list-3.json --- -

Masterbrand descriptors

+

Masterbrand descriptors with waratah

+
+
+

for Endorsed, Independent and Standalone brand websites

+

When the NSW Government Waratah logo is not already included in the header and NSW Government agencies have provided support, the waratah logo is the first element in the support section.

+
+
{{#>_docs-example}} {{>_support-list model.list-1 includeWaratah="true"}} {{/_docs-example}} -

Masterbrand descriptors with label

+

Masterbrand descriptors with heading

+
+
+

for Masterbrand or Co-brand brand websites

+

When the NSW Government waratah logo is already included in the header, and NSW Government agencies have provided support, use “NSW government” descriptor heading instead as the first element in support section.

+
+
{{#>_docs-example}} -{{>_support-list model.list-2 }} +{{>_support-list model.list-2}} {{/_docs-example}} -

Support logos

+

Support logos without descriptors

+
+
+

When the NSW Government Waratah logo is not already included in the header and the NSW Government have provided support, the waratah logo is the first element in the support section.

+
+
{{#>_docs-example}} -{{>_support-list model.list-3 includeWaratah="true" }} +{{>_support-list model.list-3 includeWaratah="true"}} {{/_docs-example}} \ No newline at end of file