Actions
Feature #89727
closedAdd "additional parameter" field to link popup in cke editor
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-11-21
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As there is a field in link popup for "normal" wizard like in images it would be great to have this field also in cke editor link editor popup
Files
Updated by Riccardo De Contardi over 4 years ago
- Status changed from New to Closed
This feature is already covered by the following page TSConfig:
RTE.default.buttons.link.queryParametersSelector.enabled = 1
Albeit documented only on https://docs.typo3.org/p/friendsoftypo3/rtehtmlarea/master/en-us//Configuration/PageTsconfig/interfaceConfiguration/Index.html it is working on CKEditor
You can even write it in your YAML config file:
buttons: link: queryParametersSelector: enabled: 1
Therefore, I close this issue as already resolved.
If you think that this is the wrong decision or experience the issue again, please reopen it or ping me. Thank you
Actions