Michael Strong

Results 16 comments of Michael Strong

Could that already work within the NX paradigms? Let say for example this plugin provides a generate command to create an empty shell: ``` nx g @dev-thought/deploy-it-empty:app ``` That would...

I've been playing about with grabbing too! Before I jumped into it I had a look at what was already provided by existing interactions. My take was that they all...

ps. By 'hook' I mean a callback function to be instance-specific - not a DataExtension which would apply globally. Example: ``` $this->setItemFormatCallback(function() { //... blah }); ```

The work i've done so far was based on your wordpressimport-redux module but i've changed the code quite a lot and refactored it. I've extended the upload field which offers...

Sounds good. I'll try and put it up some time this week and we'll go from there.

I've put my work so far up here: https://github.com/micmania1/silverstripe-blogger-wpimport - I've been using the tests/WordPressTest.xml file to test. Its incomplete, very rough around the edges and as you can see...

Yes, definitely. Some people just use a text field to display the author or user custom user DataObject's so I think it'd be treading on people's toes to include it...

Buttons are huge. Generally GridField looks bulky and is probably overkill. Possible link in with #4?

This was originally intended, but I never got around to implementing it. The plan was to extend the current ListBoxField so that when no tag was found (when typing), an...