Hello there,
I’m trying to build a component.
I will use it to show modals.
The component is made of 3 elements :
- modal_start_html (code element)
- shortcode
- modal_end_element (code element)
So I made 2 properties, one to change the shortcode value (it works well !)
and another to change the modal id, called ‘modal_id’ .
I guess I should have something like this in modal_start_html :
Am I trying to do something impossible ?
