Installation & Setup
You can install OnePlugin Fields via the Craft CMS Plugin Store, or through Composer
#
Craft Plugin StoreTo install OnePlugin Fields, navigate to the Plugin Store section of your Craft control panel, search for OnePlugin Fields, and click the Try button.
#
ComposerYou can add the OnePlugin Fields to your project using Composer.
- Open your terminal and locate your Craft project:
cd /path/to/project
- Load the plugin with this console command via Composer:
composer require oneplugin/one-plugin-fields
- In the Control Panel, go to Settings → Plugins and click the “Install” button for OnePlugin Fields.