From 25103cdf138d7732646eef2ed8ba784d8ff29b53 Mon Sep 17 00:00:00 2001 From: Jim Carlton Date: Thu, 5 Sep 2024 10:56:10 +1000 Subject: [PATCH] Updates demo tab of the Support list component --- src/components/support-list/index.hbs | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) 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