4 Commits

Author SHA1 Message Date
d4ad95e5cd fix: replace backgroundColor with bgcolor (bricks framework valid property) 2026-05-05 19:50:17 +08:00
c9e1879d80 fix: flatten style to options, fix Button/Text widget properties
- Flatten nested style objects directly into options
- Text/Title use 'text', Button uses 'label'
- All paths use {{entire_url()}}
2026-05-05 19:36:14 +08:00
32622d0a97 fix: Text widgets use 'text' not 'label', Button widgets use 'label' not 'text'
Per bricks-framework spec:
- Text/Title: use 'text' for non-i18n, 'otext'+'i18n:true' for i18n
- Button: use 'label' for button text
2026-05-05 19:28:26 +08:00
1d4a6b2893 bugfix 2026-04-16 14:42:15 +08:00