carlcs

Results 23 comments of carlcs

Good question @keyurkadam. What’s your goal, convert the `div` to a `p` or `h2` tag?

You can try the `module.block.clearformat` API if you want to clear block formatting. https://imperavi.com/redactor/docs/api-modules/#s-clearformat Or you setup multiple formatting options with `module.block.format` to switch between them. This should be basically...

I’ve just added an dropdown for link styles to the example config file, that you might want to take inspiration from for your download button. https://github.com/carlcs/craft-redactorcustomstyles/blob/393d283cebd46d3e7191e39958d35326e39b6c50/_examples/redactor/Example.json#L45-L63

@ohbiko thanks for the interesting suggestion. Do you know if Redactor allows nested block level elements at all, and how the Formatting feature (h1, p, etc.) behaves when a nested...

@jasonmckinney66 I also came across this issue recently that you can’t configure a button to add classes to a ul tag. According to docs this should work, but it does...

@nvti could you please share your fork?

Thanks @nvti, I’ve used your updates to patch our installation and it worked like a charm.

@PatrikKozak thanks for looking into this! @nexflo forgot to mention an important part to this, we are customizing the options based on the current user. It seems that directly after...

It’s fixed https://github.com/payloadcms/payload/pull/7727

Issue is with beta 74, I can’t test with beta 76 because of https://github.com/payloadcms/payload/issues/7580.