0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/apps/admin-x-settings/test
Chris Raible 376b9209c3
Added ability to disable Newsletter clicks toggle in settings (#22090)
ref
https://linear.app/ghost/issue/ENG-1974/create-config-option-to-forcibly-disable-email-track-clicks

- With the ability to override a setting via configuration, we also need
to disable the setting's toggle in the UI to signal to the user that it
cannot be changed.
- This commit sets `disabled: true` on the `Newsletter clicks` toggle if
`is_read_only` is set to `true` on the `email_track_clicks` setting
returned from the API, and establishes a pattern that we can use for
other settings in the future, if desired.
2025-01-30 17:06:17 -08:00
..
acceptance Added ability to disable Newsletter clicks toggle in settings (#22090) 2025-01-30 17:06:17 -08:00
unit Fixed embeddable signup form preview and generated code (#21592) 2024-11-12 14:33:52 +08:00
utils 🐛 Fixed admin error when trying to overwrite a default theme (#20299) 2024-05-30 15:55:45 -07:00