timkelty / craft-simplecategories
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.1.6) of this package.
Categories fieldtype as simple inputs (checkboxes, radios, dropdowns).
Package info
github.com/timkelty/craft-simplecategories
Type:craft-plugin
pkg:composer/timkelty/craft-simplecategories
1.1.6
2019-05-21 14:17 UTC
Requires
- composer/installers: ~1.0
README
Categories fieldtype as simple inputs (checkboxes, radio buttons, dropdowns).
Installation
To install Simple Categories, follow these steps:
- Download & unzip the file and place the
simplecategoriesdirectory into yourcraft/pluginsdirectory - -OR- do a
git clone https://github.com/timkelty/craft-simplecategories.gitdirectly into yourcraft/pluginsfolder. You can then update it withgit pull - -OR- install with Composer via
composer require timkelty/craft-simplecategories - Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
simplecategoriesfor Craft to see it. GitHub recently started appending-master(the branch name) to the name of the folder for zip file downloads.
Simple Categories works on Craft 2.4.x and Craft 2.5.x.
Brought to you by Tim Kelty
Caveats
"Limit" validation gets a little weird when using categories with multiple levels. When you select nested category, you're also selecting its parent, so with a limit of 1 you wouldn't be able to select anything from a nested level.