tags
tags copied to clipboard
Uses Craft's native fieldLayout createForm() for edit screen.
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