Ability to show ids in title (#10318)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-12-19 20:26:53 +05:00
committed by GitHub
parent bc0a3e15cb
commit 33bb180505
31 changed files with 110 additions and 42 deletions
+2 -1
View File
@@ -155,6 +155,7 @@ export default mergeIds(settingId, setting, {
Restricted: '' as IntlString,
RestrictedAttributeWarning: '' as IntlString,
PasswordAgingRule: '' as IntlString,
PasswordAgingRuleDescription: '' as IntlString
PasswordAgingRuleDescription: '' as IntlString,
ShowInTitle: '' as IntlString
}
})