Ideas

This page is for ideas that we might want to implement

Add a theme file that installs required plugins

note

steps for building the editor theme to the docs. This needs to be done on initial setup and after any change to the Tailwind CSS files

cd backend/themes/gravity-platform
npm install ## if initial setup
npm run build

This creates the editor-frontend-styles.css file with our custom Tailwind build that gets included in the editor. This task takes about 5 minutes to run. Grab a cup of coffee. ☕️

Good way to query post-types

Push Notifications & SMS Text Messaging

PWA integration
Mozilla's Push Service

Inspiration

WP Engine code examples
WebDev Studios Ideas

Performance

How does image optimization work? Does Cloudflare handle it? Next? Are there parts of the WP site that can be turned off?

Automate Sync Setup

https://wordpress.stackexchange.com/questions/304830/programatically-import-custom-fields-using-wp-all-import

Last updated

Was this helpful?