Create section dedicated to the CP UI #295
Unanswered
leevigraham
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a plugin developer I want to make sure my plugins match Crafts UI as closely as possible.
To make this a better UX it would be great if the docs included a UI style guide section which described markup and classes. Currently I'm reverse engineering components by looking at the twig source templates.
I fear that with craft3 and the plugin store everyone will start using custom UI's and we'll end up with inconsistent experiences.
The main customisation I've needed so far is nested fieldsets. Here's how I handled it in a plugin I'm currently working on. I had to customise the labels of the "sub" fields and create a container.
Beta Was this translation helpful? Give feedback.
All reactions