Sylvain

Results 9 comments of Sylvain

I can confirm this bug, files outside the `base` are not ignored. This commit , merged with 4.8.5, fixed it for me.

Should be using https://developer.wordpress.org/block-editor/developers/themes/theme-support/#enqueuing-the-editor-style But adding `add_theme_support( 'editor-styles'); ` doesn't help.

for information, same here: ``` js var pdfOpt = { margin: 20, filename: "untitled.pdf", image: { type: "jpeg", quality: 0.5 }, pagebreak: { mode: ['css'], before: ['.pageBreak'], after: ['.breakAfter'], avoid:...

Me too ! Or having a option in Modx resource parent Container to specify "apply to children" ? ;) Thx for Batcher.

Hi, Thanks for your answer! Yes, `.env` is in config folder now as all other (breaking) changes after upgrade are made. Running `dep db:pull production -vvv` , I can see...

Ok I didn't know that. So I removed the "set default_instance". I have now a `Hostname or stage "dev" not found.` error (indeed, that's why I did the default_stage thing..),...

if i add a `WP_INSTANCE` in .env, in addition of `INSTANCE`.. IT WORKS !! (same for production and staging) ``` INSTANCE='development' WP_INSTANCE='development' ``` It's strange, because WP_ENV is already defined...

also check it out _wpmovejs_ , the excellent typescript revamp wordmove #681