You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not so much a bug as a feature request, I think.
Our installation contains multiple Singles, some intended for content and some for settings. For the benefit of content managers we have disabled the default Singles overview and configured two custom Element Sources: the former for the management of content, the latter for the management of settings. However, it appears that custom Element Sources do not appear in and cannot easily be added to Redactor, making it impossible for content editors to add a link to a public-facing Single entry via the button "Link to an entry". A hard-coded relative link is a fallback option, but not particularly trustworthy.
How can we add custom Element Sources to Redactor?
Steps to reproduce
Configure a custom Element Source.
Configure a Redactor field and add it to a Section.
In the Redactor field, click the option "Link to an entry".
Additional info
Craft version: 4.5.11.1
PHP version: 8.2
Database driver & version: MySQL 5.1.0
Plugins & versions: Redactor 3.0.4
The text was updated successfully, but these errors were encountered:
After making many custom sources on a large multi-site install I've just come upon this issue. I have essentially no entries available in my text editor which makes it pretty useless.
@brandonkelly is this plugin going to receive any more updates? I see in the store it's marked as abandoned but I haven't seen any announcement. Is it deprecated or is it done and we shouldn't expect updates to fully broken functionality?
Redactor (the Craft plugin) has been ported to Craft 5, but it is on life support. The underlying Redactor JS library this plugin is based on has not been updated since Oct. 2021. Updating this plugin to the newer Redactor X would be a complete rewrite.
Instead, we’ve decided to put our development efforts behind CKEditor.
Thanks @angrybrad that comment link was useful and yes I saw the CK blog post.
Happy to upgrade and I think the decision makes sense but I have thousands of instances of customised Redactor fields across my all my sites so upgrading will take a long while. In the meantime will the plugin see bugfixes still?
This bug essentially means redactor is incompatible with one of the core features of Craft 4 – custom sources. Not sure if it's the same for Craft 5.
Description
This is not so much a bug as a feature request, I think.
Our installation contains multiple Singles, some intended for content and some for settings. For the benefit of content managers we have disabled the default Singles overview and configured two custom Element Sources: the former for the management of content, the latter for the management of settings. However, it appears that custom Element Sources do not appear in and cannot easily be added to Redactor, making it impossible for content editors to add a link to a public-facing Single entry via the button "Link to an entry". A hard-coded relative link is a fallback option, but not particularly trustworthy.
How can we add custom Element Sources to Redactor?
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: