Add a toggleable switch as a column type (inetis-list-switch
) to the backend.
Demo
Default behavior
Behavior with icon: false
With custom titles
Support
Please use GitHub Issues to report any issues with this plugin.
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.
The following plugins extend or depend on the plugin
Control ERP
Small erp plugin for octobercms
Control ERP
Small erp plugin for octobercms
Reviews Manager
Plugin for moderation, sending and displaying reviews on the site
Reviews Manager
Plugin for moderation, sending and displaying reviews on the site
Events
Just a simple Events publishing system for October CMS
Events
Just a simple Events publishing system for October CMS
Development Toolkit
It is a very simple tracker for Projects, Roadmaps and Bugs.
Development Toolkit
It is a very simple tracker for Projects, Roadmaps and Bugs.
Trustpilot
Just a simple Trustpilot review integration for October CMS
Trustpilot
Just a simple Trustpilot review integration for October CMS
Usage
To add a switch column to a list; set the type
of the column to inetis-list-switch
.
Example:
your_column: label: 'Your Label' # Define the type as "inetis-list-switch" to enable this functionality type: inetis-list-switch # Whether to use ✓/✗ icons to replace the Yes/No text (default: true) icon: true # Overrides the title displayed on hover over the column titleTrue: 'Unpublish item' # (default: 'inetis.listswitch::lang.inetis.listswitch.title_true') titleFalse: 'Publish item' # (default: 'inetis.listswitch::lang.inetis.listswitch.title_false') # Overrides the text displayed on the button textTrue: 'Published' # (default: 'inetis.listswitch::lang.inetis.listswitch.text_true') textFalse: 'Unpublished' #(default: 'inetis.listswitch::lang.inetis.listswitch.text_false')
Video tutorial
https://watch-learn.com/october-tips/list-switch by Ivan Dorić
-
Gerardo Navarrete
Found the plugin useful on 12 Aug, 2023
It would be great if it could be used on the list, of type relation, getting the Value from
-
Jean-Daniel Kneubuhler
Found the plugin useful on 20 Dec, 2021
Works perfectly! And superfast to setup
-
O. Villani
Found the plugin useful on 12 Oct, 2020
Excellent plugin! But be careful: Don't use the 'switch' option for the list model with builder after inserting the inetis-list-swith into the yaml file by hand. Would be great to use list-switch inside builder!
-
Yn D'sign
Found the plugin useful on 3 Sep, 2018
Awesome plugin!
-
Alex Ax
Found the plugin useful on 28 Jun, 2017
Thank you! Works perfect
-
1.1.0 |
Add support for lists in relation widget inside a form Jan 10, 2023 |
---|---|
1.0.4 |
Add a composer.json file Sep 08, 2022 |
1.0.3 |
Preserve column configs Oct 17, 2019 |
1.0.2 |
Display correctly the column label Jun 19, 2017 |
1.0.1 |
First version of listSwitch Jun 15, 2017 |