Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 676 Bytes

installation.md

File metadata and controls

20 lines (15 loc) · 676 Bytes

Installation

The plugin can be installed either through the Plugin Store or through Composer.

Plugin Store

Open the control panel for your website. Navigate to Settings → Plugins and search for Embedded Assets. Click Install.

Composer

Run the following command in the root directory of your Craft project:

composer require 23d1/craft-embedded-assets

Allow JSON filetype

JSON files are disabled by default when uploading files to the asset manager. To fix this, open your config/general.php file add the following setting:

'extraAllowedFileExtensions' => 'json'