Skip to content

Commit

Permalink
Since it's not plain-text we're using (prevent nova was using prose f…
Browse files Browse the repository at this point in the history
…ormatting)
  • Loading branch information
chrispelzer committed Oct 18, 2023
1 parent 5b4cd91 commit 871616e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/DetailField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template #value>
<Excerpt
:content="field.value"
:plain-text="true"
:plain-text="false"
:should-show="field.shouldShow"
/>
</template>
Expand Down

0 comments on commit 871616e

Please sign in to comment.