- Issue created by @hamzadwaya
- 🇮🇳India abhishek@kumar
Data Handling:
// Before (V1): public function render(array $data): string; // After (V2): public function render(WidgetContext $context): Renderable;
Migration Path:
# Example migration YAML id: seeds_widgets_v2 label: 'Update widgets to Version 2' migration_tags: - 'configuration' - 'widgets'
-
hamzadwaya →
committed 41d4100c on 1.0.x
Resolve #3517900 "Update pattern to"
-
hamzadwaya →
committed 41d4100c on 1.0.x