Skip to content

Commit

Permalink
make headtitle subclass of kicker field
Browse files Browse the repository at this point in the history
  • Loading branch information
iFlameing committed Mar 6, 2024
1 parent 73e99ae commit 83dc61a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plone/volto/behaviors/kicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ class IKicker(model.Schema):
)


IHeadTitle = IKicker
class IHeadTitle(IKicker):
"""alias for backwards-compatibility"""

0 comments on commit 83dc61a

Please sign in to comment.