ecommerceberlin / ecommerceberlin.com

zeit 2.0 / vercel compatible site
https://homepage-mu-green.vercel.app
MIT License
0 stars 3 forks source link

(MAINTENANCE) add options to WidgetVisitor #358

Closed KarolinaTEH closed 1 year ago

KarolinaTEH commented 1 year ago

@az WidgetVisitor (without VIP) is still being used on some pages Could you please add 'options' to this widget?

options={{
            participant_type: [
                "retailer_wholesaler",
                "brand_manufacturer",
                "service_provider",
                "consultant",
                "developer",
                "media",
                "student"
            ],
            company_role: [
                "student",
                "entry",
                "manager",
                "professional",
                "head_of_department",
                "director",
                "c_level",
                "board_member",
                "other"
            ]
        }}
KarolinaTEH commented 1 year ago

it's like this now: image

az commented 1 year ago

@KarolinaTEH there is nothing for me to do just create LOCAL/"decorated" WidgetVisitor in project compositions folder and customize it with options and use it wherever you want to

to be specific...just copy/paste "WidgetVisitorWithVip" name it somehow and remove "right={ }" property and use it on subpages