Bryan Morris
Bryan Morris
Can you try using `theme upload` directly? Let me know...
You want to use the `--filter` option
`qs theme upload --filter checkout.liquid` should have worked....
I unfortunately don't have a Shopify plus account I can test this with. Please do let me know what you find out. For reference the API call I'm using is...
@joshuaiz has anything changed regarding this issue?
@joshuaiz ok, thank you, I'll take a deeper look.
I can confirm the same error. I also have the user-permissions plugin disabled.
This is still an issue v4.4.3
@andykais You should take a look at a project I built a few years ago. It's using sequelize as the ORM but you could easily adapt the code to better-sqlite....
@sdhull Hope this helps.... ``` import { VALID_ATTRIBUTES } from 'mobiledoc-kit/dist/commonjs/mobiledoc-kit/models/markup' VALID_ATTRIBUTES.push('target') VALID_ATTRIBUTES.push('class') VALID_ATTRIBUTES.push('alt') import { VALID_MARKUP_TAGNAMES } from 'mobiledoc-kit/dist/commonjs/mobiledoc-kit/models/markup' VALID_MARKUP_TAGNAMES.push('small') ``` Look here https://github.com/bustle/mobiledoc-kit/blob/8ffcb8a0cf5c671f8ff6a334cc3d815a15376392/src/js/models/markup.js#L6