Rory Gibson
Rory Gibson
I'm still trying to decide which of these options are really necessary. Personally I never use the media source or description options but I guess others might? Do you use...
@JayCarney Hmm interesting. At the moment it just uses the modx base path and you set the paths to the element directories with their path settings. So the only reason...
@hugopeek is correct you need to use the "elements" property to fill in the "Input Option Values" field. The weird naming comes from what the MODx developers chose as the...
Thanks for this @exside! I'm actually really close to getting the new version of ElementHelper into a releasable state. The new version has tidied up things a lot and will...
The branch is up now! (it's called 2.0) and I've started a new thread for it here https://github.com/roryg/ElementHelper/issues/31 with a link to a working package
That's actually a great idea @Qaraqter, I'll look at adding it to the new version of ElementHelper that I hope to release soon.
Hi hugopeek, I've not seen this one before, could you post the steps to recreate the error?
HI there, I plan on rewriting elementHelper soon to fix this bug among others. Unfortunately I don't have a fix for this at the moment but a workaround that has...
Is this confirmed as the problem you were having in [Issue 15](https://github.com/roryg/ElementHelper/issues/15)? Perhaps just simply making the type lowercase would be enough e.g. ``` if ($property === 'type') { $element->set($property,...
It took me a while to figure this out but apparently the type attribute in the JSON document needs to be lowercase. So if you have `"type": "Image"` change it...