ElementHelper icon indicating copy to clipboard operation
ElementHelper copied to clipboard

No problems

Open JayCarney opened this issue 12 years ago • 2 comments

Just like to say thanks for making such a kick-arse way to develop in MODX!

The only thing that would make it even better would be if it could take a MODX install that is already using database-stored elements and break them out into static files

JayCarney avatar Aug 27 '13 09:08 JayCarney

=), good idea! Will think about that, In a dev version I also have implemented plugin events that can be specified in the comment as @events or something similar and then get checked when the plugin is imported (but the feature is quite dangerous bc modx doesn't check if an event-name really is an event, so if you add for example @events OnBeforePageCrash this will generate a db entry with that "event" =D)...

exside avatar Aug 27 '13 12:08 exside

This is done in the pending 1.4.0 PR, if you want to test it, you can download the package at https://github.com/exside/ElementHelper/blob/master/packages/elementhelper-1.4.0.transport.zip

exside avatar Sep 15 '13 13:09 exside