feat: UiProse prose component with link highjacking
This commit is contained in:
@@ -6,6 +6,6 @@ defineProps<SectionTextBlockFragment>();
|
||||
|
||||
<template>
|
||||
<LayoutContained data-section-type="text-block" v-bind="layoutSettings!">
|
||||
<div v-html="content" />
|
||||
<UiProse :content="content" />
|
||||
</LayoutContained>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user