good-idea / sane-shopify

MIT License
212 stars 15 forks source link

Is there a way to hide collection sourceData? #126

Open liqueflies opened 3 years ago

liqueflies commented 3 years ago

Hello, is there a way to hide the collection sourceData field?

into product fields I do:

      {
        name: 'sourceData',
        hidden: true
      },

and it works. Inside collection, doing the same, it will not work.

Thank you, L.

good-idea commented 3 years ago

I'll take a look at this asap!