liquidlight / typo3-shortcodes

Wordpress-style shortcodes for TYPO3
https://extensions.typo3.org/extension/shortcodes
3 stars 1 forks source link

Bug: iframe shortcode doesn't work with additional attributes #19

Closed Kephson closed 1 year ago

Kephson commented 1 year ago

Summary

The iframe shortcodes doesn't work with additional attributes, e.g. [iframe: https://typo3.com/ width="100%" height="400" ]

Steps to reproduce

see above

Example project

ddev local project with TYPO3 11.5.

More details, logs and/or screenshots

The $value variable will be overwritten with the last value from the attributes in IframeKeyword.php

Possible fixes

see my pull request to fix this problem.