mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-03-08 01:53:30 +01:00
- Added initElementConfigs() function in ElementConfigs/index.ts - Calls registry.register() for ButtonConfig and TextConfig - Integrated into Router constructor (called after LessonTemplatesModel init) - Configs now load when editor starts - Console log shows '[ ElementConfigs] Initialized with X configs' Part of STYLE-002 MVP 2 implementation. Next: Hook into node creation to auto-apply defaults.