Hello,
I noticed the other day after adding the conditional fields module https://www.drupal.org/project/conditional_fields which would greatly helps my node creation flow by hiding and displaying fields based on checkboxes being checked and various other conditions that it does not work within the node creation/edit forms.
My setup:
"drupal/bricks": "^1.6",
"drupal/conditional_fields": "^1.0@alpha",
"drupal/core": "~8.5"
If you add content to a entity type located here where brand_double_block is an entity type. http://mysite.com/admin/structure/eck/component/add/brand_double_block The conditional fields work just fine.
Screenshot:

If you add or edit content via the node creation/ edit form located here:
http://mysite.com/node/6/edit?destination=/admin/content the fields that are supposed to be hiden are exposed.
Screenshot:

Hello,
I noticed the other day after adding the conditional fields module https://www.drupal.org/project/conditional_fields which would greatly helps my node creation flow by hiding and displaying fields based on checkboxes being checked and various other conditions that it does not work within the node creation/edit forms.
My setup:
If you add content to a entity type located here where
brand_double_blockis an entity type.http://mysite.com/admin/structure/eck/component/add/brand_double_blockThe conditional fields work just fine.Screenshot:

If you add or edit content via the node creation/ edit form located here:
http://mysite.com/node/6/edit?destination=/admin/contentthe fields that are supposed to be hiden are exposed.Screenshot:
