cristianhr/ext-bread-fields-fix

Fix Issue Delete, Multiple fields Extended FormFields

dev-master 2022-04-30 21:51 UTC

This package is auto-updated.

Last update: 2024-03-29 04:46:32 UTC


README

This interface extends VoyagerBaseController::getContentBasedOnType(), which makes it easy to add data handlers for your own FormFields.

The package includes several additional FormFields:

  • Key-Value to JSON
  • Multiple Images with tag attributes
  • Fix Multiple Fields on module
  • Fix Delete image issue
  • Test on Laravel 7.8.x & voyager 1.4

Over time, this list will be updated with new items.

Installation

You can use the artisan command below to install this hook

php artisan hook:install ext-bread-fields-fix

Required

"laravel/framework": "7.0.*"
"tcg/voyager": "^1.4"

Key-Value to JSON

In BREAD configuration:

default

Add new item / Edit item:

default

Final Data:

default

Multiple Images with tag attributes

In BREAD configuration

image

Add new item / Edit item:

image