CASH-2544: Recal modal text update
This commit is contained in:
parent
8e3b24a954
commit
07a5659971
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
class="my-4 caption modal-sub-body"
|
||||
v-if="ModalSubBodyText"
|
||||
v-html="ModalSubBodyText"></p>
|
||||
<p class="my-4 caption" v-if="ModalFooter2Text" v-html="ModalFooter2Text"></p>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</modal>
|
||||
|
|
@ -58,6 +59,9 @@ export default {
|
|||
ModalCloseButtonText() {
|
||||
return this.getCmsContent(this.cmsWidgetName, "FooterText");
|
||||
},
|
||||
ModalFooter2Text() {
|
||||
return this.getCmsContent(this.cmsWidgetName, "FooterText2");
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
openModal() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue