vigetlabs/craft-starter-module

CP Nav Settings

Closed this issue · 0 comments

Idea

@davist11 and I were talking about adding some lightweight, dev-mode-only control over the Control Panel left-hand navigation without a plugin.

Implementation

Just brainstorming but:

  • Configure settings in a gitignored file, e.g. config/dev.php
  • Identify some logical defaults (e.g. Fields, Settings) that could be batch controlled via a useDefaults setting
  • Allow custom items to be added via navItems: []
  • Surface recently saved entries, controlled via showRecentEntries which could accept a boolean or number