Plugin for deleting missing properties
When developing your site and refactoring property names on page- and block types you can end up with some “missing” properties when you view them in admin mode.
Per Bjurstrom has a nice blog post about how typed models are synchronized .
If you change a property name on your page types base class you have to go to each page type in admin mode, select that property and decide if you want to delete it or save it disconnected from code.
Doing repetitive tasks is boring and things tend to get missed
I think that the admin mode lacks an easy way to see all missing properties and have the possibility to delete them.
So I decided to create a small plugin for the task.
The result looks like this:
Just tick the delete checkbox for the properties you want to delete and hit the delete button.
You can download the code over at the code section.
Comments