View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007992 | module Visual CMS | module Visual CMS - sub | public | 2026-08-07 08:59 | 2026-08-12 15:17 |
| Reporter | Alex93 | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | confirmed | Resolution | open | ||
| Summary | 0007992: Add a Twig Variable Library to the Visual CMS that provides an overview of all available Twig variables and functions for easier | ||||
| Description | The Visual CMS should include a built-in Twig Variable Library that serves as a reference for content editors and developers. The library should: Display all available Twig variables and functions. Provide a short description of each variable/function. Include usage examples. Optionally allow users to insert variables directly into the editor. Improve productivity and reduce errors caused by incorrect or unknown Twig variables. | ||||
| Steps To Reproduce | Currently, there is no centralized overview of the Twig variables and functions available in the Visual CMS. Users have to rely on external documentation or source code to discover and use them. | ||||
| Additional Information | The Visual CMS provides an integrated Twig Variable Library where users can browse all supported Twig variables and functions, view descriptions and examples, and easily use them while editing CMS content. Benefits: Improved usability Reduced learning curve for new users Fewer errors when working with Twig Faster content creation Less dependency on external documentation | ||||
| Tags | Visual CMS | ||||
|
|
Dear Alex, you may use dump-function with like here https://twig.symfony.com/doc/3.x/functions/dump.html you need to set $this->iDebug = 1; in config.inc.php This may be a opal idear, if twig variables work again with visual cms 9 and 10. Best Regards QA -SG- |