项目作者: pttrnco

项目描述 :
Fields as fields in Statamic
高级语言: JavaScript
项目地址: git://github.com/pttrnco/field.git
创建时间: 2019-03-27T20:59:20Z
项目社区:https://github.com/pttrnco/field

开源协议:MIT License

下载


Field

A Statamic fieldtype that gives you the ability to select Fieldset › Field in the control panel. Ideal for addons that will need to integrate with a user’s current architecture.

Installation

Unzip and place the Field directory in your site/addons directory. Then run php please update:addons.

Usage

Field will store the fieldset and field information in this format: fieldset|field

You can optionally use Statamic\Addons\Field\FieldTrait to have access to getFieldField() and getFieldFieldset() which may make it easier to work with your Field fields.