Skip to content

Commit

Permalink
IBX-9094: Added recipe for ibexa/product-catalog-date-time-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tbialcz committed Nov 21, 2024
1 parent 0867ac7 commit 235fcd1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Example configuration for a custom date and time attribute:

#ibexa_product-catalog-date-time-attribute:
9 changes: 9 additions & 0 deletions ibexa/product-catalog-date-time-attribute/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\ProductCatalogDateTimeAttribute\\IbexaProductCatalogDateTimeAttributeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Example configuration for a custom date and time attribute:

#ibexa_product-catalog-date-time-attribute:
9 changes: 9 additions & 0 deletions ibexa/product-catalog-date-time-attribute/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"aliases": [],
"bundles": {
"Ibexa\\Bundle\\ProductCatalogDateTimeAttribute\\IbexaProductCatalogDateTimeAttributeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 235fcd1

Please sign in to comment.