Ramsay Lanier
Ramsay Lanier
It might be worth looking into if there is an elegant solution that can be incorporated into GraphQL. Just thinking about it - we already have to parse the post-content...
Also, the way the Caption shortcode works in this project is without a separate React component. Take a look at the [Shortcode functions I built](https://github.com/ramsaylanier/WordPressExpress/blob/master/app/components/shortcodes/shortcodes.js) - they just parse a...
Agreed. A long term solution to handle all shortcodes is a great idea, but quite a hard task as this point. Using the REST API to handle those seems like...
I'm having this same issue as well. I have the following in a .graphql file. ``` query GetUiState { ui @client { nav{ isOpen } primaryDrawer{ isOpen } secondaryDrawer{ isOpen...