- Issue created by @markie
- π¨π·Costa Rica alemadlei
@markie, this has been updated on commit https://git.drupalcode.org/project/sdc_styleguide/-/commit/e0d197da3fa40...
And it is available on the dev version.
- πΊπΈUnited States markie Albuquerque, NM
I am surprised you are doing this in the dev branch. Creating an issue branch and MR is recommended.
That being said, the switch case on line 112 will over-write this change. You will probably want to have that logic concatenate the array message to the description:
case 'array': $form['component']['fields'][$field]['#description'] .= $this->t('Each value must be separated by a space.'); break;
- πΊπΈUnited States markie Albuquerque, NM
Looks like you added another commit to the dev branch to take care of this.. marking as needs review.
- πΊπΈUnited States markie Albuquerque, NM
Added MR that adds default text to the header demo component. Tested on Drupalpod and it works as requested, but if someone else could review the MR and then set to RTBC that would be great