AI Actions Twig functions¶
AI Actions functions allows you to pass information about AI Actions to the Twig templates.
ibexa_ai_config()¶
The ibexa_ai_config function loads the configuration of an Action Type with given identifier.
1 2 3 4 | |
You can use the ResolveActionConfigurationWidgetConfigEvent event to modify the configuration after it's been loaded. The optional data provided in the function call is available in the event object.