CMS Development

bradhave
Contributor | Platinum Partner
Contributor | Platinum Partner

Inherited fields don't work.

Basically, inherit fields in modules only update in the UI. The actual value doesn't change. 

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Inherited fields don't work.

Hey, @bradhave 👋 Thanks for your post.

 

Most of our community members can't or won't download videos to or files from external sources. Can you share a Loom or other embeddable video type? Or add details directly to your post body?

 

Thank you for the additional information.

 

Best,

Jaycee





loop


Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.

Learn More




0 Upvotes
bradhave
Contributor | Platinum Partner
Contributor | Platinum Partner

Inherited fields don't work.

Hey @Jaycee_Lewis,

My bad! Here is a loom 

https://www.loom.com/share/a25004dd75bb44328144ff68c2e6fd16


Also here is my module's fields.json. I've tried in the styles and the content tab and both are not working.

[
	{
		"id": "f39cc0a8-0c3a-bb40-dedc-a8593c2bc2ba",
		"name": "style",
		"display_width": null,
		"label": "Style",
		"required": false,
		"locked": false,
		"children": [
			{
				"id": "57bd6cb7-c05e-d7ac-115f-bf5c30537d2a",
				"name": "color_1",
				"display_width": null,
				"label": "color_1",
				"required": false,
				"locked": false,
				"type": "color",
				"default": {
					"color": "#0600FF",
					"opacity": 99
				}
			},
			{
				"id": "c11a0336-37fd-df4d-1cc6-6eb7df58f1ca",
				"name": "color_2",
				"display_width": null,
				"label": "color_2",
				"required": false,
				"locked": false,
				"type": "color",
				"inherited_value": {
					"property_value_paths": {
						"color": "module.style.color_1.color"
					}
				},
				"default": {
					"color": "#FF0201",
					"opacity": 100
				}
			}
		],
		"tab": "STYLE",
		"expanded": false,
		"type": "group",
		"default": {
			"color_1": {
				"color": "#0600FF",
				"opacity": 100
			},
			"color_2": {
				"color": "#FF0201",
				"opacity": 100
			}
		}
	},
	{
		"id": "c39f5e35-a03d-e0d9-e45f-e5b933a7fb3d",
		"name": "color_1",
		"display_width": null,
		"label": "color_1",
		"required": false,
		"locked": false,
		"type": "color",
		"default": {
			"color": "#666666",
			"opacity": 100
		}
	},
	{
		"id": "c2400ee7-352f-ffc8-6691-e4c7128843c4",
		"name": "color_2",
		"display_width": null,
		"label": "color_2",
		"required": false,
		"locked": false,
		"type": "color",
		"inherited_value": {
			"default_value_path": "module.color_1"
		},
		"default": {
			"color": "#660000",
			"opacity": 100
		}
	}
]

 

0 Upvotes