Changes
- Example plugin ships with new installs —
npm create sonicjs@latestnow scaffolds an example plugin demonstrating routes, admin UI, collections, hooks, and settings - Fix: plugin settings save no longer wipes Routes/Admin Path — saving configSchema form fields previously replaced the full settings JSON, removing
_routesand_adminPath; now merges with existing settings - Plugin rename —
hello-cruel-world→exampleplugin with cleaner UX
Installation
npm create sonicjs@latest my-appOr update existing project:
npm install @sonicjs-cms/core@3.0.0-beta.16