Skip to content

Commit

Permalink
add help text
Browse files Browse the repository at this point in the history
  • Loading branch information
bastihilger committed Oct 2, 2020
1 parent 97d886f commit 4fc1215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<template>
<default-field :field="field" :errors="errors" :fullWidthContent="true">
<default-field
:field="field"
:errors="errors"
:full-width-content="true"
:show-help-text="showHelpText"
>
<template slot="field">
<editor-menu-bar :editor="editor">
<div class="menubar" slot-scope="{ commands, isActive, getMarkAttrs }">
Expand Down

0 comments on commit 4fc1215

Please sign in to comment.