bayareawebpro / nova-field-ckeditor

Laravel Nova - CkEditor v5 Field - Media, Links & Snippet Browsers (VueJS)
MIT License
15 stars 10 forks source link

Add support for `alwaysShow()` by using Expandable trait #6

Closed pindab0ter closed 3 years ago

pindab0ter commented 3 years ago

The detail Vue component references field.shouldShow, but no value existed yet. By adding the Expandable trait and switching from the meta/$this->withMeta() approach to $this->jsonSerialize() the Expandable methods are now supported.

bayareawebpro commented 3 years ago

Looks good, will take a look and publish a release soon.