I have added a logic to the paywall and now it cannot be published or changed. The Browser in the Console shows me this:
{
"code": 7862,
"errors": [
{
"field": "config.base.stack.components.1.stack.components.1.package.overrides.0.properties.visible",
"message": "Extra inputs are not permitted",
"type": "extra_forbidden"
},
{
"field": "config.base.stack.components.1.stack.components.1.package.overrides.1.properties.visible",
"message": "Extra inputs are not permitted",
"type": "extra_forbidden"
},
{
"field": "config.base.stack.components.1.stack.components.2.package.overrides.0.properties.visible",
"message": "Extra inputs are not permitted",
"type": "extra_forbidden"
}
],
"message": "Paywall validation failed"
}
Which extra Inputs? Without the logic, it makes no sense. Best regards and thanks!
