We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win11
0.46.4 (build 17047)
None
The disabled:true property for a Text Input field within the plugin.json file does not function as expected when settingsDisplay is set to tabs.
disabled:true
plugin.json
settingsDisplay
tabs
The field remains editable. However, when settingsDisplay is set to fieldsets, the field is correctly disabled and appears non-editable.
fieldsets
"settingsDisplay": "tabs", "config": [ { "name": "fieldName", "label": "Field name", "group": "Group name", "value": "default value", "type": "text", "disabled": true } ]
disabled
true
"tabs"
"fieldsets"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating system
Win11
Publii version
0.46.4 (build 17047)
Post editor
None
Bug description
The
disabled:true
property for a Text Input field within theplugin.json
file does not function as expected whensettingsDisplay
is set totabs
.The field remains editable. However, when
settingsDisplay
is set tofieldsets
, the field is correctly disabled and appears non-editable.Steps to reproduce
plugin.json
file with thedisabled
property set totrue
.settingsDisplay
to"tabs"
.settingsDisplay
to"fieldsets"
.Relevant log output
The text was updated successfully, but these errors were encountered: