Skip to content

Commit

Permalink
Definitions: Set correct types for Pimcore 11
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored and aryaantony92 committed Aug 3, 2023
1 parent 72f45dd commit 7f090f6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions install/class_source/class_CustomerSegmentGroup_export.json
@@ -1,7 +1,7 @@
{
"description": null,
"parentClass": null,
"useTraits": null,
"description": "",
"parentClass": "",
"useTraits": "",
"allowInherit": false,
"allowVariants": false,
"showVariants": false,
Expand Down Expand Up @@ -255,4 +255,4 @@
"creationDate": true
}
}
}
}
6 changes: 3 additions & 3 deletions install/class_source/class_CustomerSegment_export.json
@@ -1,12 +1,12 @@
{
"description": null,
"description": "",
"parentClass": "\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomerSegment",
"implementsInterfaces": null,
"listingParentClass": "",
"useTraits": "",
"listingUseTraits": "",
"allowInherit": false,
"allowVariants": null,
"allowVariants": false,
"showVariants": false,
"layoutDefinitions": {
"fieldtype": "panel",
Expand Down Expand Up @@ -239,4 +239,4 @@
}
},
"enableGridLocking": false
}
}
Expand Up @@ -6,7 +6,7 @@
"useTraits": "",
"listingUseTraits": "",
"allowInherit": true,
"allowVariants": null,
"allowVariants": false,
"showVariants": false,
"generateTypeDeclarations": true,
"layoutDefinitions": {
Expand Down
6 changes: 3 additions & 3 deletions install/class_source/class_SsoIdentity_export.json
@@ -1,7 +1,7 @@
{
"description": null,
"description": "",
"parentClass": "\\CustomerManagementFrameworkBundle\\Model\\AbstractSsoIdentity",
"useTraits": null,
"useTraits": "",
"allowInherit": false,
"allowVariants": false,
"showVariants": false,
Expand Down Expand Up @@ -156,4 +156,4 @@
"creationDate": true
}
}
}
}
@@ -1,7 +1,7 @@
{
"description": null,
"description": "",
"parentClass": "CustomerManagementFrameworkBundle\\Model\\AbstractTermSegmentBuilderDefinition",
"useTraits": null,
"useTraits": "",
"allowInherit": false,
"allowVariants": false,
"showVariants": false,
Expand Down Expand Up @@ -164,4 +164,4 @@
"creationDate": true
}
}
}
}
6 changes: 3 additions & 3 deletions install/class_source/optional/class_Customer_export.json
@@ -1,12 +1,12 @@
{
"description": null,
"description": "",
"parentClass": "\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomer",
"implementsInterfaces": null,
"listingParentClass": "",
"useTraits": "",
"listingUseTraits": "",
"allowInherit": false,
"allowVariants": null,
"allowVariants": false,
"showVariants": false,
"layoutDefinitions": {
"fieldtype": "panel",
Expand Down Expand Up @@ -1765,4 +1765,4 @@
}
},
"enableGridLocking": false
}
}

0 comments on commit 7f090f6

Please sign in to comment.