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
{{ message }}
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
Wesley Cole edited this page Dec 11, 2016
·
2 revisions
Installing & Configuring Plugins
We use a specific set of plugins on our projects and install them via Composer so that we can manage their versions to ensure that they don't break parts of the theme.
[Advanced Custom Fields Pro](#ACF Pro)
[TinyMCE Advanced](#TinyMCE Advanced)
ACF Pro
To be able to use ACF Pro with Composer, you need to add your license key to a .env file in the root directory. Everything else is taken care of.
// .env file
ACF_PRO_KEY=acf-pro-key
// Run the following in terminal
composer update
TinyMCE Advanced
TinyMCE is pretty awesome. It will make the editing process so much easier.