Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Plugins

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.

  1. [Advanced Custom Fields Pro](#ACF Pro)
  2. [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.

Clone this wiki locally