Skip to content

Commit

Permalink
Modify localized fields to accept api data (#748)
Browse files Browse the repository at this point in the history
* Modify localized fields to accept api data

* Automatic frontend build

---------

Co-authored-by: vin0401 <[email protected]>
  • Loading branch information
vin0401 and vin0401 authored Nov 27, 2024
1 parent 9bbaa03 commit a7c82c7
Show file tree
Hide file tree
Showing 30 changed files with 1,847 additions and 1,847 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const DataComponent = (props: DataComponentProps): React.JSX.Element => {

if (hasLocalizedFields) {
// @todo should handle multiple locales
formFieldName = ['localizedfields', localizedFields.locales[0], name]
formFieldName = ['localizedfields', name, localizedFields.locales[0]]
title = (
<>
{title}<Text type='secondary'>({currentLanguage.toUpperCase()})</Text>
Expand Down
12 changes: 0 additions & 12 deletions public/build/5070b338-918a-483d-9719-90ffd9d0c3cd/entrypoints.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/9adc3dc2-e145-48d2-9d9a-7f320c1df61c/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/9adc3dc2-e145-48d2-9d9a-7f320c1df61c/vendor.js": "/bundles/pimcorestudioui/build/9adc3dc2-e145-48d2-9d9a-7f320c1df61c/vendor.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/f549cbe1-a8b6-43df-a457-6d91873c37ac/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/f549cbe1-a8b6-43df-a457-6d91873c37ac/main.js": "/bundles/pimcorestudioui/build/f549cbe1-a8b6-43df-a457-6d91873c37ac/main.js"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/build/ff75f524-b2b7-4080-a60e-7d50527decab/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/ff75f524-b2b7-4080-a60e-7d50527decab/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/ff75f524-b2b7-4080-a60e-7d50527decab/core-dll.js"
]
}
}
}

Large diffs are not rendered by default.

0 comments on commit a7c82c7

Please sign in to comment.