It adds support for inserting content types' links.
Why is it needed?
Content Managers want to choose entries from the CMS content types as links in the content.
How to test it?
Setup the plugin with the content types, the properties regarded as labels, and those regarded as uuid.
You can also setup these options in the settings panels.
Go to the entry with the Rich Text field, insert a link, and see a select input with the available content types.
After choosing the content type you will see another select input with a list of the existing entries, it is an autocomplete input so that you can search the entity.
Once you pick the entity, you will see the link source input filled with a calculated URL based on the content type, the singular name, and the entry's uuid field. You can modify it as you like.
Notes
It is a basic use case, it can be further improved.
What does it do?
It adds support for inserting content types' links.
Why is it needed?
Content Managers want to choose entries from the CMS content types as links in the content.
How to test it?
Setup the plugin with the content types, the properties regarded as labels, and those regarded as uuid.
You can also setup these options in the settings panels.
Go to the entry with the Rich Text field, insert a link, and see a select input with the available content types.
After choosing the content type you will see another select input with a list of the existing entries, it is an autocomplete input so that you can search the entity.
Once you pick the entity, you will see the link source input filled with a calculated URL based on the content type, the singular name, and the entry's uuid field. You can modify it as you like.
Notes