Hey,
i am building a CMS with Grocery CRUD at the moment.
I have already build the relation to another table. Now i want to insert a Link to the relation in CKEditor.
Example:
I have an n-n-Relation. So the related tuples are test1 and test2. For each of these tuples there will be a page in the frontend called www.example.com/1 and www.example.com/2.
The number at the end of the URL is the primary key of the elements.
So now I want that the user of the CMS can easily Link those pages via the CKEditor in the backend.
Is there any Plugin for the CKEditor with which I can insert a Link that is autogenerated and works with the n-n-relations of Grocery CRUD?
Greets,
iStooge