2016-09-11, 05:15:21
There is no configuration, you just click add page component on a page.
Page components do not need parameters, they are per page, why would you need parameters ?
It does exactly what it says, you install it, goto page click 1 button.
I don't really see why people always have problems with people creating small simple plugin that do one thing, sometimes you only want 1 thing. I have 20 plugins in my install that do 1 thing that I create as needed, this plugin replaces about 5 of them.
extra plugins is overkill for these situations, but suitable for maybe 2 of my other use cases instead for example.
I prefer single use plugins they can be more focused and light weight since they are loaded on every page load.
The plugin is less than 100 lines of code for example
Page components do not need parameters, they are per page, why would you need parameters ?
It does exactly what it says, you install it, goto page click 1 button.
I don't really see why people always have problems with people creating small simple plugin that do one thing, sometimes you only want 1 thing. I have 20 plugins in my install that do 1 thing that I create as needed, this plugin replaces about 5 of them.
extra plugins is overkill for these situations, but suitable for maybe 2 of my other use cases instead for example.
I prefer single use plugins they can be more focused and light weight since they are loaded on every page load.
The plugin is less than 100 lines of code for example