View Issue Details

IDProjectCategoryView StatusLast Update
0007992module Visual CMSmodule Visual CMS - subpublic2026-08-12 15:17
ReporterAlex93 Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status confirmedResolutionopen 
Summary0007992: Add a Twig Variable Library to the Visual CMS that provides an overview of all available Twig variables and functions for easier
DescriptionThe 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 ReproduceCurrently, 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 InformationThe 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
TagsVisual CMS

Relationships

related to 0007969 resolvedSvenBrunk text widget doesn't support twig codes/variables. 

Activities

QA

2026-08-07 12:32

administrator   ~0018614

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-