PhysicsCategoryNames and more not present under Create/Unity Physics in Unity6?

Trying to follow along some tutorials here and there, but stomped on trying to find how to add PhysicsCategoryNames (like here f.x. PhysicsCategoryNames)

Tried to look at Github and the package docs and ctrl+f my way around to see any reference to removing it.

All I have in my menu contexts is “Custom Physics Body Tag Names”.
image

Entities: 1.3.2
Netcode for Entities: 1.3.2
Unity Physics: 1.3.2
Entities Graphics: 1.3.2

With the search I can find a reference in the samples

Am I too actually implement this editor feature myself?
Or am I missing a deprecation/change in all the releasenotes I’ve tried to read where the use has changed (and the tutorials are just old etc)

Content like PhysicsCategoryNames associated with the Unity Physics-specific authoring was moved to a sample in 1.0.8 in favor of making the standard authoring form be the normal 3D Physics (PhysX integration) components for authoring. The samples are still available for people to import.