dimayakovlev / getsimple-cms-extended

GetSimple CMS Extended
https://github.com/dimayakovlev/getsimple-cms-extended
GNU General Public License v3.0
1 stars 0 forks source link

Automatically execute Components on actions #29

Closed dimayakovlev closed 3 years ago

dimayakovlev commented 3 years ago

Idea taken from Shawn's plugin sa hook components.

To enable execution Components on actions do:

  1. uncomment define('GSCOMPONENTACTION', true); in gsconfig.php file;
  2. create component named like action_action-name where action-name is the name of target action;
  3. enable component and save.