djangocms-link
djangocms-link copied to clipboard
[Doc] No information on `DJANGOCMS_LINK_SITE_SELECTION`
The only documentation available is the README.rst (I think) and
it does not contain any information on DJANGOCMS_LINK_SITE_SELECTOR.
What is DJANGOCMS_LINK_SITE_SELECTION and where does it pop up?
My bad. I meant DJANGOCMS_LINK_SITE_SELECTOR.
Here: https://github.com/django-cms/djangocms-link/blob/86b1862b14fb90c4431308b1d04c1b7f2f4bff02/djangocms_link/fields.py#L230
Ah, I See. This needs documentation. The setting determines if the site selector should be shown for internal links. Can be set to True for multi-site installations.