Setting snap categories - does this override snapcraft.yaml metadata?

I’m trying to set categories for my published snaps (sx-client and sx-server) through the snap store web interface, but I’m getting the following warning message:

“Making these changes means that the snap will no longer use the data from snapcraft.yaml.”

Current situation:

  • My snaps are published and using metadata from snapcraft.yaml
  • I want to set categories (Utilities + Server and Cloud) through the web interface

Questions:

  1. Should categories be settable through the web interface without overriding snapcraft.yaml data?

  2. Is there a way to specify categories in snapcraft.yaml itself, or must they be set through the web interface?

  3. If I set categories through the web interface, will it really stop using my snapcraft.yaml for other fields like description, license, etc.?

I’ve already added license, website, source-code, and issues fields to my snapcraft.yaml files, so I’d prefer to keep using the yaml for metadata control if possible.

Any guidance on the intended workflow for categories would be appreciated!