Skip to content

Commit d0c3601

Browse files
committed
update package-edition-map.twig
1 parent 06b390f commit d0c3601

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/php_api_ref/.phpdoc/template/package-edition-map.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
'ibexa/product-catalog-symbol-attribute': 'optional',
7979
'ibexa/collaboration': 'optional',
8080
'ibexa/share': 'optional',
81+
'ibexa/fieldtype-richtext-rte': 'optional',
8182
} %}
8283
{% set namespace_package_map = {
8384

@@ -404,5 +405,8 @@
404405
'Ibexa\\Bundle\\Share': 'ibexa/share',
405406
'Ibexa\\Contracts\\Share': 'ibexa/share',
406407
'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',
407411
} %}
408412
{% block content %}{% endblock %}

0 commit comments

Comments
 (0)