Download the PHP package delaneymethod/craft-category-groups without Composer
On this page you can find all versions of the php package delaneymethod/craft-category-groups. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download delaneymethod/craft-category-groups
More information about delaneymethod/craft-category-groups
Files in delaneymethod/craft-category-groups
Download delaneymethod/craft-category-groups
More information about delaneymethod/craft-category-groups
Files in delaneymethod/craft-category-groups
Vendor delaneymethod
Package craft-category-groups
Short Description Two field types for Craft CMS that lets you select one or more Category Groups or one or more Categories from one or more Category Groups.
License MIT
Package craft-category-groups
Short Description Two field types for Craft CMS that lets you select one or more Category Groups or one or more Categories from one or more Category Groups.
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-category-groups
Category Groups (Craft CMS)
Two field types for Craft CMS that:
- lets you select one or more Category Groups.
- lets you select one or more Categories from one or more Category Groups.
Install
- Add the repo to your project and install via Composer:
Usage
CategoryGroupField
- In the dropdown/radio buttons mode your field normalizes to a
CategoryGroup|null. - In checkbox mode you return an
array<CategoryGroup>.
Print the selected group name(s):
Use the selected category group to list its categories (current site)
CategoryGroupsField
- Normalizes to a
CategoryQuery. - You can iterate, count, limit, etc.
List selected categories (title + group)
Count / limit / paginate
All versions of craft-category-groups with dependencies
PHP Build Version
Package Version
The package delaneymethod/craft-category-groups contains the following files
Loading the files please wait ...