NCIOCPL / cgov-digital-platform

The Cancer.gov Digital Communications Platform
GNU General Public License v2.0
11 stars 33 forks source link

Enabler: Review schemas for translatable settings #4384

Open blairlearn opened 2 months ago

blairlearn commented 2 months ago

Make sure all the settings which shouldn't be translatable are marked accordingly.

The Drupal 10.2.7 update encountered a bug due to a configuration value being unexpectedly translated from default to predeterminado. (This because a third-party module had introduced a translation for the string "default".)

The goal of this task is therefore to examine our schemas and evaluate whether any of the configurable items are intended to be viewed as constant values (e.g. enumerated values for the value attribute in a drop-down list's <option> tag).

Locations to check are all custom module's module_name/config/schema directory, plus the profile's cgov_site/config/schema directory.

Schema files at the time of writing are

ESTIMATE TBD

Resources:

Prerequisites

Sub-Tasks

Notes