CSR-904 add cms copy and widget to code.
This commit is contained in:
parent
908ff5b9bb
commit
a3df6d7ec4
1 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,11 @@
|
|||
<h5 class="mb-4" v-html="this.ModalHeadline"></h5>
|
||||
<p class="fw-bold mb-2 subheader-text" v-html="this.ModalSubheadertext"></p>
|
||||
<p class="mb-0" v-html="this.ModalBodyText"></p>
|
||||
<textBlock
|
||||
cmsWidgetName="modalDisclaimer"
|
||||
justifyText="left"
|
||||
typeStyle="caption"
|
||||
class="mt-4" />
|
||||
</div>
|
||||
<div class="modal-footer px-5 py-4">
|
||||
<buttonMain
|
||||
|
|
@ -37,6 +42,7 @@
|
|||
|
||||
<script>
|
||||
import buttonMain from "@/ux-components/button-main/button-main";
|
||||
import textBlock from "@/common-components/text-block/text-block";
|
||||
|
||||
export default {
|
||||
name: "modal",
|
||||
|
|
@ -62,6 +68,7 @@ export default {
|
|||
},
|
||||
components: {
|
||||
buttonMain,
|
||||
textBlock,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue