Skip to content

Commit 5cbac2b

Browse files
committed
Added integrated-help to PHP API ref
1 parent 4409237 commit 5cbac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/api_refs/api_refs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REST_API_OUTPUT_FILE=${3:-./docs/api/rest_api/rest_api_reference/rest_api_refere
88

99
DXP_EDITION='commerce'; # Edition from and for which the Reference is built
1010
DXP_VERSION='5.0.*'; # Version from and for which the Reference is built
11-
DXP_ADD_ONS=(automated-translation rector); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
11+
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
1212
DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
1313
SF_VERSION='7.3'; # Symfony version used by Ibexa DXP
1414
PHPDOC_VERSION='3.8.0'; # Version of phpDocumentor used to build the Reference

0 commit comments

Comments
 (0)