Skip to content

Commit d089f7e

Browse files
authored
[PHP Doc] Added Symbol attribute
1 parent 9dbd69b commit d089f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php_api_ref/phpdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OUTPUT_DIR=${2:-./docs/api/php_api/php_api_reference}; # Path to the directory w
77

88
DXP_EDITION='commerce'; # Edition from and for which the Reference is built
99
DXP_VERSION='4.6.*'; # Version from and for which the Reference is built
10-
DXP_ADD_ONS=(connector-ai connector-openai automated-translation product-catalog-date-time-attribute rector discounts discounts-codes); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
10+
DXP_ADD_ONS=(connector-ai connector-openai automated-translation product-catalog-date-time-attribute rector discounts discounts-codes product-catalog-symbol-attribute); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
1111
DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
1212
SF_VERSION='5.4'; # Symfony version used by Ibexa DXP
1313
PHPDOC_VERSION='3.8.0'; # Version of phpDocumentor used to build the Reference

0 commit comments

Comments
 (0)