Skip to content

Commit

Permalink
IBX-8775: Added recipe for ibexa/product-catalog-symbol-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Aug 16, 2024
1 parent 8a7c7ef commit b8c6f53
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Example configuration for a custom symbol attribute:

#ibexa_product_catalog_symbol_attribute:
# formats:
# mpn:
# name: 'Manufacturer Part Number'
# pattern: '/^.*$/'
# examples:
# - '2N6405G'
# - '2N6071BG'
9 changes: 9 additions & 0 deletions ibexa/product-catalog-symbol-attribute/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\ProductCatalogSymbolAttribute\\IbexaProductCatalogSymbolAttributeBundle::class": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Example configuration for a custom symbol attribute:

#ibexa_product_catalog_symbol_attribute:
# formats:
# mpn:
# name: 'Manufacturer Part Number'
# pattern: '/^.*$/'
# examples:
# - '2N6405G'
# - '2N6071BG'
9 changes: 9 additions & 0 deletions ibexa/product-catalog-symbol-attribute/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\ProductCatalogSymbolAttribute\\IbexaProductCatalogSymbolAttributeBundle::class": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit b8c6f53

Please sign in to comment.