Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.73 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.73 KB

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Units plugin for Craft CMS 4.x

Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use.

Screenshot

Requirements

This plugin requires Craft CMS 4.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require nystudio107/craft-units
    
  3. Install the plugin via ./craft install/plugin units via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Units.

You can also install Units via the Plugin Store in the Craft Control Panel.

Documentation

Click here -> Units Documentation

Units Roadmap

Some things to do, and ideas for potential features:

  • Add the ability to control what units appear in the list (because who uses yottameters?)

Brought to you by nystudio107