Added accessibility text to subheader
This commit is contained in:
parent
d6a02a6f69
commit
03f6cdcf25
1 changed files with 15 additions and 0 deletions
|
|
@ -12,6 +12,13 @@
|
|||
/>
|
||||
</h5>
|
||||
</div>
|
||||
<div class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
|
||||
<p class="text-center small fw-normal mb-0">
|
||||
<span>
|
||||
{{ subText }}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -30,6 +37,14 @@ import buttonBack from "@/common-components/site-sub-header/button-back/button-b
|
|||
content()
|
||||
{
|
||||
return this.getCmsContent(this.cmsWidgetName, "SubHeaderText")
|
||||
},
|
||||
subText()
|
||||
{
|
||||
return this.getCmsContent(this.cmsWidgetName, "SecondaryText")
|
||||
},
|
||||
backButtonAccessibleText()
|
||||
{
|
||||
return this.getCmsContent(this.cmsWidgetName, "BackButtonAccessibleText")
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue