Skip to content

Commit

Permalink
Merge pull request #3618 from plentymarkets/feat/lts_data_manufacture…
Browse files Browse the repository at this point in the history
…r_all_branches

Feat/lts data manufacturer all branches
  • Loading branch information
ivladu-plenty authored Nov 28, 2024
2 parents 4b2e661 + f5269fe commit 71f66c9
Show file tree
Hide file tree
Showing 218 changed files with 780 additions and 356 deletions.
68 changes: 67 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,72 @@
"options": {
"defaultValue": "false"
}
},
"item.manufacturer_data": {
"type": "multiCheckBox",
"required": false,
"label": "Config.itemManufacturerDataLabel",
"options": {
"defaultValue": "all",
"checkBoxValues": [
{
"value": "name",
"caption": "Config.itemManufacturerName"
},
{
"value": "logo",
"caption": "Config.itemManufacturerLogoUrl"
},
{
"value": "url",
"caption": "Config.itemManufacturerHomepage"
},
{
"value": "street",
"caption": "Config.itemManufacturerStreet"
},
{
"value": "houseNo",
"caption": "Config.itemManufacturerHouseNo"
},
{
"value": "postcode",
"caption": "Config.itemManufacturerPostcode"
},
{
"value": "town",
"caption": "Config.itemManufacturerTown"
},
{
"value": "country",
"caption": "Config.itemManufacturerCountry"
},
{
"value": "phoneNumber",
"caption": "Config.itemManufacturerTelephoneNumber"
},
{
"value": "faxNumber",
"caption": "Config.itemManufacturerFaxNumber"
},
{
"value": "email",
"caption": "Config.itemManufacturerEmail"
},
{
"value": "externalName",
"caption": "Config.itemManufacturerExternalName"
},
{
"value": "legalName",
"caption": "Config.itemManufacturerLegalName"
},
{
"value": "contactUrl",
"caption": "Config.itemManufacturerContactUrl"
}
]
}
}
}
},
Expand Down Expand Up @@ -5289,4 +5355,4 @@
}
}
}
}
}
74 changes: 60 additions & 14 deletions resources/js/dist/ceres-base.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/dist/ceres-base.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/dist/ceres-base.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/dist/ceres-base.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 71f66c9

Please sign in to comment.