Gautam Mehta
Gautam Mehta
Hello Nice thought but currently not prioritised. Although I am open to a PR. Just let me know if anyone is willing to work on it. I will guide him/her.
Hi all I have created a [PR](https://github.com/WordPress/gutenberg/pull/70451) to bring this to life! Please have a look and propose your feedback. Also, the help text that I added can be made...
Nice idea. Will try to accommodate this in next update!
Added `!important` to the attribute value to fix the editor style. Since the Code Block internally uses the RichText Component, it has stylings of RichText applied. And the RichText [uses...
Hi. I understand your pov about avoiding `!important` as much as possible but even an editor style wont take precedence here as the `pre-wrap` style is [added inline](https://github.com/WordPress/gutenberg/blob/trunk/packages/rich-text/src/component/use-default-style.js#L26-L39) as I...
Hi @fabiankaegy Did you get a chance to review the changes? Is there anything else expected that I am missing? Thanks
Just a ping letting reviewers know that all tests are now passing. cc: @fabiankaegy
@Mamaduka Yes I know that's a big pain to test locally and a bad practice. This was my first PR in WordPress and in excitement I forgot to take it...
Thanks for the PR @sebastinto I have merged it. Do you think we should make all of the params nullable so it doesn't fail in any case?
Alright then let's keep it as it is. I saw the docs and it looks like the missing data is actually omitted as it was for paid plan users only,...