https://github.com/putyourlightson/craft-leaf-categories
Custom field type plugin in which only leaf categories can be selected.
https://github.com/putyourlightson/craft-leaf-categories
Last synced: 9 months ago
JSON representation
Custom field type plugin in which only leaf categories can be selected.
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-leaf-categories
- Owner: putyourlightson
- License: mit
- Created: 2020-04-16T11:32:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T05:27:07.000Z (about 6 years ago)
- Last Synced: 2025-02-01T05:14:16.246Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Leaf Categories Plugin
A custom field type plugin for Craft CMS 3, in which only leaf categories (categories that have no descendants) can be selected.
## Requirements
Craft CMS 3.4.0 or later.
## Installation
Install the plugin using composer.
```
composer require putyourlightson/craft-leaf-categories
```
## License
This plugin is licensed for free under the MIT License.
Created by [PutYourLightsOn](https://putyourlightson.com/).