You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In plugins hook, tools and forms the StrayCat instance is called cat, while in core and custom endpoints it is named stray.
This brought confusion in devx and avoidable punctualizations in the docs.
Let's rename all stray references as simply cat, keeping StrayCat as a class. There should be no conflict with the main application package (which is also called cat) because it is never imported directly.
In case interested in contribution, please comment to get the issue assigned
The text was updated successfully, but these errors were encountered:
In plugins hook, tools and forms the
StrayCat
instance is calledcat
, while in core and custom endpoints it is namedstray
.This brought confusion in devx and avoidable punctualizations in the docs.
Let's rename all
stray
references as simplycat
, keepingStrayCat
as a class. There should be no conflict with the main application package (which is also calledcat
) because it is never imported directly.In case interested in contribution, please comment to get the issue assigned
The text was updated successfully, but these errors were encountered: