I have a section that is a component, it contains an image, text, and color picker. there are params for image, text, color, button text, button url.
I have another component that is a button element. it has params for text and url
I have placed the button component into the section component. and for the parameter fields I reference the sections parameters {{dc:p:buttonText}}
. But s soon as I add in the url parameter {{dc:p:url}}
and save the component, when I refresh the page I get a 500 internal server error. If I leave the url blank the page loads with the text in the button.