pkostadinov-2create/carbon-field-serialized-data

A basic Carbon Fields extension, that adds support for Serialized Data type field.

1.0 2016-11-18 09:55 UTC

This package is not auto-updated.

Last update: 2024-05-25 17:44:04 UTC


README

Extends Carbon fields with a Serialized Data field.

This field is used for displaying saved meta in Serialized Format from Database. This field extends the "HTML" field, and does not make changes to Database.

Usage:

Carbon_Field::factory('serialized_data', 'serialized_results', 'Serialized Results'),

Filters: crb_serialized_data_field_output - you can use this filter to setup field output. By default will be displayed the result from "maybe_unserialize"