You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am converting a shortcode to a block and now I am at the point where I am trying to implement a transformation for it.
The problem I am now facing is, that the shortcode is an enclosed one and I can´t get the enclosed text. Every other attribute works by the way.
Example shortcode: [wporg]content to manipulate[/wporg]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am converting a shortcode to a block and now I am at the point where I am trying to implement a transformation for it.
The problem I am now facing is, that the shortcode is an enclosed one and I can´t get the enclosed text. Every other attribute works by the way.
Example shortcode:
[wporg]content to manipulate[/wporg]
Has anyone encountered this and a solution?
Beta Was this translation helpful? Give feedback.
All reactions