nystudio107 / craft-units
Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use
Fund package maintenance!
khalwat
Installs: 9 191
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 2
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
- php-units-of-measure/php-units-of-measure: ^2.1.0
This package is auto-updated.
Last update: 2024-10-24 12:44:41 UTC
README
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.
Requirements
This plugin requires Craft CMS 4.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-units
-
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