Dashboard: Load Twig Template like in the Field Builder #14184
Unanswered
alexanderbuergin
asked this question in
Ideas
Replies: 2 comments 5 replies
-
Very good idea, +1 |
Beta Was this translation helpful? Give feedback.
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… |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the Craft CMS dashboard does not offer a direct way to integrate customizable templates, similar to the Field Manager of Entry Types or Users. Users who want to personalize the dashboard currently have to resort to modules or plugins. However, this method can be cumbersome and overkill for simpler customizations.
Proposed solution
I propose implementing a functionality in Craft CMS that allows users to load custom templates directly into the dashboard. This feature should provide a simple interface for users to upload their own templates into s widget.
Advantages
Implementation
The aim is to make the Craft CMS dashboard more customizable and user-friendly while reducing the need for complex solutions for simple customizations.
Beta Was this translation helpful? Give feedback.
All reactions