We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
works:
%%= ContentBlockByKey( "0b76dccf-594c-b6dc-1acf-10c4493dcb84" ) =%%
does not work:
%%= ContentBlockByKey( " 0b76dccf-594c-b6dc-1acf-10c4493dcb84" ) =%% %%= ContentBlockByKey( "0b76dccf-594c-b6dc-1acf-10c4493dcb84 " ) =%% %%= ContentBlockByKey( "0b76dccf 594c b6dc 1acf 10c4493dcb84" ) =%%
should work: works:
%%= ContentBlockByKey( "0b76dccf-594c-b6dc-1acf-10c4493dcb84" ) =%% %%= ContentBlockByKey( "0b76dccf 594c b6dc 1acf 10c4493dcb84" ) =%%
7.1.2
No response
The text was updated successfully, but these errors were encountered:
#1539: accept spaces in keys when finding dependencies / replacing Co…
935f9a0
…ntentBlockByKey
#1539: enhance tests to cover keys with spaces
9d3fccd
Closed by #1540.
Sorry, something went wrong.
JoernBerkefeld
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
works:
does not work:
Expected Behavior
should work:
works:
Steps To Reproduce
Version
7.1.2
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: