How to get the datum value inside a page layout?Is it possible ? ThanksVin
Hi RickI am using custom page layouts and few of the component s will write (Google pixel , Test and Target and Kenshoo Pixel etc..) values inside head tag The above components are working perfectly fine Now , I am designing a brightcove component ( couple of similar components too) , which had two section , a java script call ( call the global java script) and a corresponding code section I want to use only one component , which will add the global .js to the head tag and the other code /content to the body tag.Component :‘ will get all the user inputs using datum or etc..Page layout:I want to pass the one datum values to the head tag and rest to the body tagNote:-I can pass all the datum values from a component to the head tag as well as in body tag but I want to pass only one datum value to the head and rest to the body tagThanks again Vin
Use an External on your component and do this:
Thanks Rick -Vin