You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WordPress part of the gatsby-wordpress multiapp uses a similar set up as our WordPress-Composer template, but not completely. For ease of maintenance, the suggestion is to bring the two :
Move the copying of the wp-config.php file from a composer script to the build hook
Add a step to the build hook to copy files/directories from a plugins directory to wordpress/wp-content/plugins to handle plugins that aren't available via composer
Also, update the root directory names to match what we have in the nextjs-wordpress/drupal template.
The text was updated successfully, but these errors were encountered:
The WordPress part of the gatsby-wordpress multiapp uses a similar set up as our WordPress-Composer template, but not completely. For ease of maintenance, the suggestion is to bring the two :
plugins
directory towordpress/wp-content/plugins
to handle plugins that aren't available via composerAlso, update the root directory names to match what we have in the nextjs-wordpress/drupal template.
The text was updated successfully, but these errors were encountered: