You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for some advice or inspiration on how to approach the need to convert Grid Macros to BlockGrid content but in a more detailed way than is currently possible (as far as I can tell). I need to do some content type switching depending on what the actual macro is and not just treat all macros equally as at the moment they will all be converted to BlockSettings_Macro. For instance - I have an element type now called Slideshow and if I am migrating a Grid Macro that is a Slideshow macro then I need to make sure I map the properties to the new element type.
I can map the properties ok using the GetPropertyValues method in my ISyncBlockMigrator but I can't switch the content type in that method.
@KevinJump Any advice on how I might achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking for some advice or inspiration on how to approach the need to convert Grid Macros to BlockGrid content but in a more detailed way than is currently possible (as far as I can tell). I need to do some content type switching depending on what the actual macro is and not just treat all macros equally as at the moment they will all be converted to
BlockSettings_Macro
. For instance - I have an element type now calledSlideshow
and if I am migrating a Grid Macro that is aSlideshow
macro then I need to make sure I map the properties to the new element type.I can map the properties ok using the
GetPropertyValues
method in myISyncBlockMigrator
but I can't switch the content type in that method.@KevinJump Any advice on how I might achieve this?
Beta Was this translation helpful? Give feedback.
All reactions