Open agracia-foticos opened 5 months ago
PRs welcome!
here you are an example of other consent banner cookies with custom categories https://cookieconsent.orestbida.com/reference/configuration-reference.html#categories
Or maybe extend, not only optional and necessary. Extend to
Extend in this enum to :
export declare enum CookieType {
NECESSARY = "necessary",
FUNCTIONALITY = "functionality",
ANALYTICS = "analytics",
MARKETING = "marketing"
}
I think the categories should be configurable eventually, as configurability is a goal of this project.
I think the categories should be configurable eventually, as configurability is a goal of this project.
@dargmuesli Do you know when you will implement this configurability?
Yes, I won't implement this feature myself, that's why I wrote "PR welcome" and tagged this issue with the "help wanted" label.
@dargmuesli I create new pull request to fix this issue
Describe the feature
There is two types of cookies:
necessary and optional.
Please allow add new group custom cookies.
In a lot of websites, the cookies are grouped like "necesary", "ads", "analytics", "geo", etc... not only 2 "static" group of cookies (necesary and optional)
Additional information
Final checks