pixelant / demander
Configurable, demand-based filtering framework with permalink-support for TYPO3.
Installs: 6 163
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 4
Open Issues: 2
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4.6 || ^11.5
Requires (Dev)
- codeception/codeception: ^4.1.5
- friendsofphp/php-cs-fixer: ^2.16.3
- helhum/typo3-composer-setup: ^0.5.6
- helmich/typo3-typoscript-lint: ^2.1.1
- j13k/yaml-lint: 1.1.x-dev
- nimut/testing-framework: ^5.0.3
- phpdocumentor/reflection-docblock: <= 5.1 || > 5.2
- phpunit/phpunit: ^7.5.20
- seld/jsonlint: ^1.8
- squizlabs/php_codesniffer: ^3.5.5
This package is auto-updated.
Last update: 2024-10-20 13:47:33 UTC
README
Configurable, demand-based filtering framework with permalink-support for TYPO3.
Documentation
For all kind of documentation which covers install to how to develop the extension:
Example configuration
properties {
property_name {
table = tx_tablename_domain_model_blah
field = pid
operator = <
}
property_name2 {
table = tx_tablename2_domain_model_blah
field = uid
operator = in
}
property_name3 {
table = tx_tablename3_domain_model_blah
field = uid
operator = =
}
}
demands {
orderBy = name
orderDirection = ASC
property_name.value = 4
or {
property_name2.value {
min = 3
max = 6
}
property_name3.value = 6
}
}