recursiveGrab
Snippet returns the value of a TV, recursively returning values from parent resources when the TV is blank. Inlcudes an option for fallback document/tv combinat
Creator: Dash Media (dashmedia)
About recursiveGrab
Snippet returns the value of a TV, recursively returning values from parent resources when the TV is blank. Inlcudes an option for fallback document/tv combination.
Information
Released
June 7, 2019
Supported Database
MySQL
License
GPLv2
Instructions
Install via package manager within MODX.
New in 0.2.0-beta
RecursiveGrab 0.2.0-beta
- BUG FIX: Replacing
$modx->getObject('modDocument',$variable);
with$modx->getObject('modResource',$variable);
RecursiveGrab 0.1.3-beta
- fix for hitting doc root on non-web contexts
RecursiveGrab 0.1.0-beta
- Inital version