Hi there,
Is there a way to insert a React component inside Ghost cms?
I know I can consume the content API, but what I need is to be able to insert a React component from the admin panel.
This is, when creating content, instead of inserting Html have custom button and insert a React component. (With essentially would be like custom Html).
If you think is not possible, is it at least to insert a custom Html?.
Lets say you can select from custom html tags template, like insert all at once the next code:
< div class="some-class"> <h1 class="some_class"></h1> <p></p> <div> <img src="http..." /> </div> </ div>
Thank you very much for your time!Preformatted text