Problem/Motivation
Full site settings loader does not allow auto-loading, so no need to show "Disable auto-loading"
Steps to reproduce
Go to site settings configuration form and see the "Disable auto-loading" is shown for Full loader.

Proposed resolution
Use form states api?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3399190-9.patch | 1.72 KB | mukhtarm |
| 2023-11-04_06-50.png | 57.68 KB | scott_euser |
Issue fork site_settings-3399190
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
scott_euser commentedComment #3
scott_euser commentedComment #4
scott_euser commentedComment #5
bobi-mel commentedComment #6
bobi-mel commentedComment #7
bobi-mel commentedHi @scott_euser
Will it be right if I use the value of method allowAutoload() to check hide or show this field?
Comment #8
scott_euser commentedYep makes sense to me thanks!
Comment #9
mukhtarm commentedPlease review the patch @bobi-mel (if you are not already working this), thanks
Comment #13
bobi-mel commentedI hid this field by value of method allowAutoload() for the plugin
Comment #15
scott_euser commentedThank you!