Feature #49826
closedLinkhandler: add possibility to change query-param-selector to dropdown
0%
Description
Currently it is possible to add additional url-params to a link via a text-input, activated within pageTSconfig via queryParametersSelector.enabled = 1
Regarding usablity for editors I think it would make sense to give integrators the possiblity to change the text-input to a dropdown which offers pre-defined url-params.
The patch offers this possiblity: Within page TSconfig the integrator can at first add new params as he/she does it with css-classes:
RTE{ parameters{ popup{ name = Popup config = popup=1 } } }
To change the input-type of the selector to "select" and to set the enabled parameters the integrator sets the following TS:
RTE{ default{ buttons{ link{ queryParametersSelector{ enabled = 1 input = select } properties.parameter.allowedParameters = popup } } } }
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22161
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22161
Updated by Alexander Opitz almost 10 years ago
Hi Stanislas,
this issue with patch is very old. Is the issue still valid or can we close this issue and abandone the patch?
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Markus Klein over 8 years ago
- Status changed from Under Review to New
- Assignee deleted (
Stanislas Rolland)
This feature does not make sense to implement for RTE anymore, since CKEditor will be the new editor for CMS 8.
So this feature could maybe find its way there.
Updated by Mathias Schreiber about 7 years ago
- Status changed from New to Closed
HTMLArea is no longer supported by TYPO3.
You can open up new issues here https://github.com/FriendsOfTYPO3/rtehtmlarea.
Cheers
Mathias