We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b390f commit d0c3601Copy full SHA for d0c3601
tools/php_api_ref/.phpdoc/template/package-edition-map.twig
@@ -78,6 +78,7 @@
78
'ibexa/product-catalog-symbol-attribute': 'optional',
79
'ibexa/collaboration': 'optional',
80
'ibexa/share': 'optional',
81
+'ibexa/fieldtype-richtext-rte': 'optional',
82
} %}
83
{% set namespace_package_map = {
84
@@ -404,5 +405,8 @@
404
405
'Ibexa\\Bundle\\Share': 'ibexa/share',
406
'Ibexa\\Contracts\\Share': 'ibexa/share',
407
'Ibexa\\Share': 'ibexa/share',
408
+'Ibexa\\Bundle\\FieldTypeRichTextRTE': 'ibexa/fieldtype-richtext-rte',
409
+'Ibexa\\Contracts\\FieldTypeRichTextRTE': 'ibexa/fieldtype-richtext-rte',
410
+'Ibexa\\FieldTypeRichTextRTE': 'ibexa/fieldtype-richtext-rte',
411
412
{% block content %}{% endblock %}
0 commit comments