-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class parameters from Linkwizard in generated link #17
Comments
I'll take a look, thanks for reporting. I guess it's a more general issue. I'll check with all the possible parameters that can be defined in the dialog box. |
I could not reproduce the error. Parameters are parsed on line 103:
and reassembled on line 156:
If the problem persists for you, could you debug these places? |
Any feedback here? Does it work for you after all? |
Same problem to me. Currently it is only working if configuration something like this:
But it is broken if typolink parameter typoscript changed to something like this:
|
Use hook to fix this problem: File: myext\Classes\Hooks\TypolinkHandler.php
Enable the hook in your ext_localconf.php
|
Same problem here. Thanks for the hook! |
Same issue here. The problem is that the class-part in $linkParameters doesn't include the class-attribute (example from bodytext-field |
Hi,
it seems like after adding a link in link wizard to a resource record the chosen classes in wizard are not included in generated link.
After adding the following lines to Classes/TypolinkHandler.php line 175 this worked for me:
Maybe you could include this in the next release?
The text was updated successfully, but these errors were encountered: