https://github.com/webdna/craft-descendant-entries
https://github.com/webdna/craft-descendant-entries
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdna/craft-descendant-entries
- Owner: webdna
- License: mit
- Created: 2023-04-26T08:41:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T21:11:12.000Z (about 1 year ago)
- Last Synced: 2025-05-30T19:39:15.392Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Descendant Entries
Entry field condition rule to limit selections to child entries of a parent
## Requirements
This plugin requires Craft CMS 5.6.0 or later, and PHP 8.2 or later.
## Installation
You can install this plugin from the Plugin Store or with Composer.
#### From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Descendants Entry Rule”. Then press “Install”.
#### With Composer
Open your terminal and run the following commands:
```bash
# go to the project directory
cd /path/to/my-project.test
# tell Composer to load the plugin
composer require webdna/craft-descendant-entries
# tell Craft to install the plugin
./craft plugin/install descendant-entries
```