Skip to content

Commit 7f090f6

Browse files
blanksearyaantony92
authored andcommitted
Definitions: Set correct types for Pimcore 11
1 parent 72f45dd commit 7f090f6

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

install/class_source/class_CustomerSegmentGroup_export.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"description": null,
3-
"parentClass": null,
4-
"useTraits": null,
2+
"description": "",
3+
"parentClass": "",
4+
"useTraits": "",
55
"allowInherit": false,
66
"allowVariants": false,
77
"showVariants": false,
@@ -255,4 +255,4 @@
255255
"creationDate": true
256256
}
257257
}
258-
}
258+
}

install/class_source/class_CustomerSegment_export.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"description": null,
2+
"description": "",
33
"parentClass": "\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomerSegment",
44
"implementsInterfaces": null,
55
"listingParentClass": "",
66
"useTraits": "",
77
"listingUseTraits": "",
88
"allowInherit": false,
9-
"allowVariants": null,
9+
"allowVariants": false,
1010
"showVariants": false,
1111
"layoutDefinitions": {
1212
"fieldtype": "panel",
@@ -239,4 +239,4 @@
239239
}
240240
},
241241
"enableGridLocking": false
242-
}
242+
}

install/class_source/class_LinkActivityDefinition_export.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"useTraits": "",
77
"listingUseTraits": "",
88
"allowInherit": true,
9-
"allowVariants": null,
9+
"allowVariants": false,
1010
"showVariants": false,
1111
"generateTypeDeclarations": true,
1212
"layoutDefinitions": {

install/class_source/class_SsoIdentity_export.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"description": null,
2+
"description": "",
33
"parentClass": "\\CustomerManagementFrameworkBundle\\Model\\AbstractSsoIdentity",
4-
"useTraits": null,
4+
"useTraits": "",
55
"allowInherit": false,
66
"allowVariants": false,
77
"showVariants": false,
@@ -156,4 +156,4 @@
156156
"creationDate": true
157157
}
158158
}
159-
}
159+
}

install/class_source/class_TermSegmentBuilderDefinition_export.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"description": null,
2+
"description": "",
33
"parentClass": "CustomerManagementFrameworkBundle\\Model\\AbstractTermSegmentBuilderDefinition",
4-
"useTraits": null,
4+
"useTraits": "",
55
"allowInherit": false,
66
"allowVariants": false,
77
"showVariants": false,
@@ -164,4 +164,4 @@
164164
"creationDate": true
165165
}
166166
}
167-
}
167+
}

install/class_source/optional/class_Customer_export.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"description": null,
2+
"description": "",
33
"parentClass": "\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomer",
44
"implementsInterfaces": null,
55
"listingParentClass": "",
66
"useTraits": "",
77
"listingUseTraits": "",
88
"allowInherit": false,
9-
"allowVariants": null,
9+
"allowVariants": false,
1010
"showVariants": false,
1111
"layoutDefinitions": {
1212
"fieldtype": "panel",
@@ -1765,4 +1765,4 @@
17651765
}
17661766
},
17671767
"enableGridLocking": false
1768-
}
1768+
}

0 commit comments

Comments
 (0)