I successfully hooked up the YouTube ECL Connector into Tridion 2013 SP1 a while ago without any problems but it’s taken up until now for me to build the functionality to render out the YouTube videos in DXA. I thought this was going to be easy but once again I couldn’t find any steps in […]
Month: April 2016
In my DXA solution I was trying to change the Page Metadata to come from a Component rather but unfortunately it didn’t work out of the box. Taking a look inside the ProcessMetadataField method in the DefaultModelBuilder class the code is written to work with an Embedded Schema: if (field.FieldType==FieldType.Embedded) But when it drops into […]