For example, if you want to set a dynamic field from the ACF options in the individual border settings, the input is cut off! (Presumably because the values should be separated by spaces?)
In any case, if I want to place {{dc:acf:option_field field="acf_color-primary"}}
on the bottom of the border, for example, it is cut off up to the first space.
But at least it is still inserted correctly according to dev tools, if you deleted the transparent keyword before!:
The problems start when you try to change the values of the element. Since the entire dynamic content is not contained in the input, deleting and replacing it with another dynamic content is useless!
For example deleting the content in the field and replacing it with {{dc:acf:option_field field="acf_color-secondary"}}
destroys the data input!
The last entry for border-left contains the useless rest of the previous input!
I would suggest separating the values for individual border colours with a unique character or using a separate field for each colour!
The only way to fix this mismatch at the moment is via the dev tools!
And additionally!
And in general, I would like to suggest that the dynamic content should not be output with double quotation marks "
, but with the single '
mark!
I also often like to use dynamic content for direct input in HTML code. However, due to the nature of HTML attributes, the double quotation marks get in the way!
And is quickly destroyed when you switch between editors.
So you have to manually correct the double quotation marks EVERY TIME to single marks if you want to generate a valid code, which is tedious depending on the quantity!