We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beece81 commit 9cb0013Copy full SHA for 9cb0013
docs/backend/indexing.md
@@ -134,8 +134,8 @@ from zope.component import adapts
134
from zope.interface import implementer
135
136
@implementer(IDexterityTextIndexFieldConverter)
137
+@adapter(IDexterityContent, IMyFancyField, IWidget)
138
class CustomFieldConverter(DefaultDexterityTextIndexFieldConverter):
- adapts(IDexterityContent, IMyFancyField, IWidget)
139
140
def convert(self):
141
# implement your custom converter
0 commit comments