carlcs / craft-controlleractionfield
Controller Action Field plugin for Craft CMS
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: >=5.3.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-11-20 05:03:47 UTC
README
The plugin provides a button field type to trigger controller actions.
Installation
To install the plugin, copy the controlleractionfield/ folder into craft/plugins/. Then go to Settings → Plugins and click the "Install" button next to "Controller Action Field".
Example Settings
Action Path:
cacheMonster/warmByKeys
POST Data:
{% set data = {
cacheKeys: ['rest-1', 'rest-2', 'rest-3']
} %}