Skip to content

Commit 5584188

Browse files
fix the widget names
1 parent 3935c69 commit 5584188

File tree

1 file changed

+2
-2
lines changed
  • src/kitconcept/seo/behaviors

1 file changed

+2
-2
lines changed

src/kitconcept/seo/behaviors/seo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ISeo(model.Schema):
3232
directives.widget(
3333
"seo_title",
3434
frontendOptions={
35-
"widget": "soft_text_widget",
35+
"widget": "softTextWidget",
3636
"widgetProps": {"softMaxLength": "55"},
3737
},
3838
)
@@ -49,7 +49,7 @@ class ISeo(model.Schema):
4949
directives.widget(
5050
"seo_description",
5151
frontendOptions={
52-
"widget": "soft_text_area_widget",
52+
"widget": "softTextareaWidget",
5353
"widgetProps": {"softMaxLength": "155"},
5454
},
5555
)

0 commit comments

Comments
 (0)