PHPControls

Results 2 issues of PHPControls

I tried adding a snippet like this using Asset API ``` $snippet = ["asset['key']" => "snippets/newsnippet.liquid", "value" => "hello"]; $shopify->Theme($themeId)->Asset->put($snippet); ``` It doesn't seem to work. Returns 406. I think...

### Description: 3.8 added column enhancement feature with a few [extra column settings](https://github.com/kevinchappell/formBuilder/commit/023f8b7bf040b21a18f8a8e7870da8918998bdc4 ) which include an interesting property 'enableColumnInsertMenu'. The question is how do one use it? I've tried...