Widget Location

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 11 años
Hi there,

I figured out how to program a widget. Now I am wondering how to place the Widget correctly.

This is the method to do so:

public IList<string> GetWidgetZones()
        {
            return new List<string>() { "home_page_top" };
        }

But where do i find all options to place the widget. I want it on the product site.
I do have a friend who is coding a template. I thought maybe he can place some sort of placeholder for a widget. Is this possible and how?

Thanks for the reply.
Hace 11 años
No need any more. Figured it out myself
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.