carlcs / craft-uielementfields
UI Element fields for Craft CMS
Installs: 32 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 1
Type:craft-plugin
Requires
- craftcms/cms: ^5.0.0-beta.1
README
Warning
This plugin has been abandoned. With the release of Craft 5, core UI Elements can now be placed into the field layouts of any element type. However, there is still a Craft 5 compatible version of this plugin available, which includes a ui-element-fields/convert
command designed to transform existing UI Element fields into core UI Elements.
UI Element fields for Craft CMS
UI Elements in Matrix blocks is hopefully coming as a core feature in Craft 5 (see feature request). Install this plugin if you are missing this feature now.
The plugin comes with the following field types, which look just like their UI Element counterparts.
- UI Tip
- UI Warning
- UI Template
Installation
UI Element fields is available in the Plugin Store. You can also install the plugin manually from the command line with the following commands.
composer require carlcs/craft-uielementfields
php craft plugin/install ui-element-fields