Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug: size on objects references ignored in the cms #16

Open
mirkea opened this issue Sep 27, 2017 · 0 comments
Open

Minor bug: size on objects references ignored in the cms #16

mirkea opened this issue Sep 27, 2017 · 0 comments

Comments

@mirkea
Copy link

mirkea commented Sep 27, 2017

Here is a simple piece of code

{
	$objects_hidden: true,
	objects: {
		obj1: {},
		obj2: {}
	},

	field1: '',
	$field1_size: 6,

	field2: '@@objects.obj1',
	$field2_size: 6
}

I would expect field 2 to get a width of 6 set in the cms but instead it gets no width specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant