Can't link to External urls & Document within the CMS within in a rich text area.
When I try and add a link to a bit of text within a RichTextEditor field on a page in the CMS by selecting the "Insert/edit link" button (circled in red in the following screenshot):
It shows up in the rich text area as if there is a link on that bit of text (which is what I expect to see):
But, when I go to the 'Source' tab within the rich text editor, the link hasn't been added to the markup:
Also, when I have 'Saved & Published' the page and then refresh the page (in the CMS). The link update, I just added, gets removed.
Has anyone else come across this and have found a solution to fix this?
The issue on mine project was within the appsettings.Development.json file. I think it is an issue with the ValidElements value, within the RichTextEditor section, was wrong. I commented this value out and it is now work.
Can't link to External urls & Document within the CMS within in a rich text area.
When I try and add a link to a bit of text within a RichTextEditor field on a page in the CMS by selecting the "Insert/edit link" button (circled in red in the following screenshot):
It shows up in the rich text area as if there is a link on that bit of text (which is what I expect to see):
But, when I go to the 'Source' tab within the rich text editor, the link hasn't been added to the markup:
Also, when I have 'Saved & Published' the page and then refresh the page (in the CMS). The link update, I just added, gets removed.
Has anyone else come across this and have found a solution to fix this?
I have found a temporary solution for this issue.
The issue on mine project was within the appsettings.Development.json file. I think it is an issue with the ValidElements value, within the RichTextEditor section, was wrong. I commented this value out and it is now work.
is working on a reply...