hi, it is possible to retrieve block fragments from the site library, as is done with generate block. or something similar, without having to install themes in my wp installation. What I’m trying to achieve is to rescue blocks from different themes to compose in another blank theme, it’s possible. I could get the wp gutenber shortcode. example:
<!– wp:paragraph –>
<p>text</p>
<!– /wp:paragraph –>
Thank you, I don’t know if I explained myself very well