SebastiaanKloos / oc-harvest

Harvest plugin for OctoberCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harvest plugin for OctoberCMS

This plugin adds the 'harvest' form field type.

Using the form field

This form field uses the 'Harvest Widget'.

Config Harvest Widget Parameter
taskKey external_item_id
taskName external_item_name

Define the models column to use for the external_item_id and the external_item_name.

harvest:
    label: Timemanager
    type: harvest
    span: auto
    context:
        - update
        - preview
    taskKey: id
    taskName: name

Future

I've planned a few more features which will be added soon.

Settings

You can change the app title at the settings page.

More information

For more information, please take a look at the Harvest documentation.

Harvest Widget Documentation

About

Harvest plugin for OctoberCMS


Languages

Language:PHP 74.8%Language:HTML 13.4%Language:JavaScript 9.2%Language:CSS 2.6%