Skip to content

Commit 5015a4b

Browse files
committed
mapping: use new fylr mapping error read back format
see #78575
1 parent 00f3d91 commit 5015a4b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

fas_config/recipe_dynamic_request_only.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"mapping": {
1515
"import": {
16+
"json_error": "plugin-example.test.error",
1617
"fields": [
1718
{
1819
"name": "filename",

fas_config/recipe_dynamic_request_only_with_error.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"mapping": {
33
"import": {
4+
"json_error": "plugin-example.test.error",
45
"fields": [
56
{
67
"name": "dummy1",
78
"displayname": {
89
"de-DE": "Dummy Field 1",
910
"en-US": "Dummy Field 1"
1011
},
11-
"error_json_import": "plugin-example.test.error",
12+
1213
"json_import": "plugin-example.test.fields.dummy",
1314
"json_import_type": "text"
1415
}

0 commit comments

Comments
 (0)