Conversation
Member
jacquesbh
commented
Sep 19, 2025
- feat(help): Add help messages under each field of all UI Elements
- feat(help): Update all translation files for new help messages
- chore(translations): Re-indent all translations files with 2-spaces
- fix(translations): Surround hash characters with double quotes
There was a problem hiding this comment.
Pull Request Overview
This pull request adds comprehensive help messages to all UI elements in a rich editor plugin. The changes provide contextual guidance for users working with form fields across multiple language translations.
- Adds help text for all form fields to improve user experience and accessibility
- Updates translation files for 7 languages (Polish, Dutch, Croatian, French, Spanish, English, German) with new help messages
- Implements help attribute support in PHP form types to display contextual guidance
Reviewed Changes
Copilot reviewed 18 out of 24 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| messages.pl.yaml | Polish translations with new help messages and re-indented structure |
| messages.nl.yml | Dutch translations with new help messages for UI elements |
| messages.hr.yml | Croatian translations with new help messages and form guidance |
| messages.fr.yml | French translations with help text and formatting fixes |
| messages.es.yml | Spanish translations with help messages for all UI components |
| messages.en.yml | English translations with comprehensive help text additions |
| messages.de.yml | German translations with help messages for form fields |
| VideoType.php | Adds help attributes to video form fields |
| TwoColumnsType.php | Adds help attributes to two-column layout fields |
| TitleType.php | Adds help attributes to title form fields |
| SeparatorType.php | Adds help attributes to separator form fields |
| ImageType.php | Adds help attributes to image form fields |
| ButtonLinkType.php | Adds help attributes to button link fields |
| AnchorType.php | Adds help attributes to anchor form fields |
| TextSizeType.php | Adds help attribute to text size selection |
| LinkTypeType.php | Adds help attribute to link type selection |
| LevelType.php | Adds help attribute to level selection |
| AlignmentType.php | Adds help attribute to alignment selection |
Comments suppressed due to low confidence (1)
src/Resources/translations/messages.hr.yml:1
- Missing colon after 'title: Anker' on line 88 and 'title: Sidro' on line 106. YAML requires a colon after the key for proper syntax.
monsieurbiz_richeditor_plugin:
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
maximehuran
approved these changes
Sep 24, 2025
maximehuran
left a comment
There was a problem hiding this comment.
I let check you if Copilot comments are relevant. It seems good to me 👌
a4bf747 to
e59dcab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.