blinkk / rootjs

Root.js – A full-featured web development tool with a built-in CMS.
https://rootjs.dev
MIT License
8 stars 0 forks source link

CMS: Add support for Template Label #441

Open theroadeldorado opened 1 month ago

theroadeldorado commented 1 month ago

Description Would be nice if when editing template schema we could add more user friendly name that would be displayed in the CMS.

Screenshot 2024-10-24 at 4 47 19 PM

Proposed solution

Would be nice to have "Home Hero" vs "TemplateHomepageHero"


  name: 'TemplateHomepageHero',
  label: 'Home Hero',
  description: '',
  fields: [],
  });```
stevenle commented 4 weeks ago

agree with this comment that we need a better module selector ui with user-friendly labels / descriptions / thumbnails. here's a wireframe we've been working on:

Screenshot 2024-10-31 at 11 29 42 AM