Codes "incomplete" and resetting when starting addons

Hello, I’m a complete newbie in home assistant.
I have looked at many many videos, tutorials etc.
But when I, for example, install Configurator, and go down to the Config, instead of getting the “full code”, as I see everywhere, with a place to put the username, password, with “ssl” etc. And then, they just edit a few places and are able to use it. I only get a (very) short version of the code:

{
  "dirsfirst": false,
  "enforce_basepath": false,
  "ignore_pattern": [
    "__pycache__"
  ]
}

That’s all… If I add the rest, and start, it still won’t ask me for the username and pass.

Another thing that’s bugging me out, is with Samba Share… I also only get a partial code, when I install it. While everybody gets the “full” code, with many more options.
And when I paste the rest of the code, as the other peoples codes, click save and start the addon, the “full” code is gone… and it doesn’t work.

What is going on?

Thanks for the help

You are comparing an old version of the addon with the new one. User/Pass is no longer configured in the addon - it uses a Home Assistant user instead.

Thanks for explaining to me, so I know I’m not going crazy here!