Luis Sacristán
Luis Sacristán
I got the same issue and it was caused by `bodyParser` equals to `true` (needed for another service I fixed it setting to `false` ```ts const app = await NestFactory.create(AppModule,...
Hi @katmoody As a WordPress fanatic and as a team member of WebSlides I'll love to have a plugin that integrates WS with WP. I also had in mind to...
Hi @badcat, I didn't know this plugins, thanks for the tip @katmoody great news! I didn't think deeply about how to face the development. Shortcodes would be a good idea,...
I feel the same about shortcodes @katmoody, if you deactivate the plugin the content will be a mesh. What do you think about hierarchical content? the parent CPT will be...
Love it @jlantunez
@katmoody, I think that using nested CPTs, shortcodes will not be necessary. Perhaps we can add some TinyMCE buttons for the webslides styles, so user can really see what is...
Thanks Philipp, looks great
I had the same problem and it was fixed wrapping the component inside a React Native Paper's Portal component