charliedev / blockonomicon-super-table-adapter
Blockonomicon adapter for Super Table fields.
Installs: 1 153
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Type:craft-plugin
Requires
- charliedev/blockonomicon: ^1.1.0
- craftcms/cms: ^3.0.0-RC1
This package is auto-updated.
Last update: 2020-02-19 17:10:12 UTC
README
Blockonomicon: Super Table Adapter
This plugin acts as an extension to Blockonomicon, adding support for the Super Table field.
Requirements
- Craft CMS 3.0.0-RC6 or above
- Blockonomicon 1.1.0 or above
Installation
- Open a terminal and navigate to your project folder:
cd /path/to/project
- Require the package to download it via Composer:
composer require charliedev/blockonomicon-super-table-adapter
- Install the plugin on the
Settings -> Plugins
page in the Craft control panel.
--- or ---
- Install the plugin via the command line:
./craft install/plugin blockonomicon-super-table-adapter
Built for Craft CMS by Charlie Development