We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4981b3 commit 2982d76Copy full SHA for 2982d76
1 file changed
content/prompts/development/component.prompt.md
@@ -206,10 +206,10 @@ import { WelcomeCard } from './WelcomeCard';
206
207
export const widgetRegistry = {
208
// Field Widgets (Maps to FieldType or Custom 'widget' property)
209
- 'field.rating': RatingField,
+ 'field:rating': RatingField,
210
211
// Dashboard Widgets (Maps to widget 'type')
212
- 'widget.welcome_card': WelcomeCard
+ 'widget:welcome_card': WelcomeCard
213
};
214
```
215
0 commit comments