tags icon indicating copy to clipboard operation
tags copied to clipboard

Uses Craft's native fieldLayout createForm() for edit screen.

Open danbrellis opened this issue 3 years ago • 0 comments

Replaces hardcoded title field and form fields on the tag _edit.twig template with Craft's native element.getFieldLayout().createForm(element). This allows UI elements to be pulled in as well as tabs to function correctly if set for the tag group.

Fixes #24

danbrellis avatar Apr 05 '22 20:04 danbrellis