Dashboard: Load Twig Template like in the Field Builder #14184
Answered by
brandonkelly
Aug 4, 2026
Replies: 3 comments 5 replies
|
Very good idea, +1 |
1 reply
|
I like the idea too. We could probably pull it off without any additional UI, just by designating a folder that custom widget templates should live in (probably The widgets could be Twig files that include YAML frontmatter for defining the widget name and icon: ---
label: Welcome Widget
icon: 'hand-wave'
---
## Hello {{ currentUser.friendlyName }}
Welcome to your Craft CMS install… |
4 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


We’ve added this for Craft 6 🎉 (#19319)