Vendors Create Website Pages Question

Hi All,

I've run into a weird problem. In our test environment vendors suddenly have the ability to create/edit their own webpages, but I don't know how this permission was given to them (see attached).

I contacted CS-Cart support and they said that setting is in the Vendors "User Group", but we aren't using User Groups for vendors. So that can't be it.

Does anyone know is this function is controlled? Any ideas on how to "turn off" the ability for vendors to access Website Pages through the vendor admin panel?

Thanks if you know the answer

Jon

app/schemas/permissions/vendor.php

in the following part of code change true to false and clear cache

https://prnt.sc/11ubvua

It can be altered with the My changes module as well

THANKS!!!