-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial proof of concept #1
base: main
Are you sure you want to change the base?
Conversation
…c vocabularies based on indexes
…l vocabularies in sync with registry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the more I think about it, indexvocabularies doesn't really make sense.
What it does is either uniquevaluesvocabularies or addabletagvocabularies but I think dynamicvocabularies is the best name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some grammar, syntax, and style suggestions. Otherwise looks good. Thank you!
Co-authored-by: Steve Piercy <[email protected]>
Depending on your specific usecase you might be able to try the following: | ||
|
||
- Create custom behaviors in your own addon | ||
- Use the `plone.app.vocabularies.Catalog` vocabualary. See `this discussion <https://community.plone.org/t/widget-parameter-for-catalogsource-based-choicefield/18129/3>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reStructuredText uses double backticks for inline literals, whereas Markdown uses single backticks.
- Use the `plone.app.vocabularies.Catalog` vocabualary. See `this discussion <https://community.plone.org/t/widget-parameter-for-catalogsource-based-choicefield/18129/3>`_ | |
- Use the ``plone.app.vocabularies.Catalog`` vocabualary. See `this discussion <https://community.plone.org/t/widget-parameter-for-catalogsource-based-choicefield/18129/3>`_ |
Main concepts/tasks: