Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 798 Bytes

Randomm plugin for Craft CMS 3.x

Fieldtype that allows you to create random things via chance.js

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 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 superbig/craft3-randomm
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Randomm.

Configuring Randomm

When creating a field: Add any config arguments for the selected type. Arguments are listed under every type in the chance.js documentation.

Using Randomm

Brought to you by Superbig