-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Emoji] Emoji component #19489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Emoji] Emoji component #19489
Conversation
Run ../_checker/code-block-checker.php verify:docs `pwd` components/emoji.rst components/intl.rst --baseline=baseline.json --output-format=github --symfony-application=`realpath ../_sf_app`
Error: [Missing class] Class, interface or trait with name "Symfony\Component\Emoji\EmojiTransliterator" does not exist
Error: [Missing class] Class, interface or trait with name "Symfony\Component\Emoji\EmojiTransliterator" does not exist
Error: Process completed with exit code 1. Does that mean Emoji component must be added to the symfony app ? |
Thank you for the feedback @javiereguiluz ! The CI stays red (will stay red until we add "emoji" to the stimulus app used in this CI workflow i think) Anything i can add / imrpove ? |
1600ad5
to
876cbc0
Compare
Simon, thanks a lot for this 🙌 This is now merged! Note that while merging we reorganized contents a bit. We discussed internally in the Symfony Docs team and decided to do so because we don't want to add new docs under |
Ok noted for the future
Thanks for the heads up and explanation! Makes a lot of sense :) |
…iluz) This PR was merged into the 7.1 branch. Discussion ---------- [String] Reorganize String component contents As mentioned in #19489, we want to move contents out from `components/`. This PR moves String to its own root-level article. Commits ------- d4aed27 [String] Reorganize String component contents
Emoji documentation
(Issue: #19484)