Markup2
Categories
Component ID
2824491
Component name
Markup2
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Markup2 is variant of the popular Markup module to support cloning.
Q: When should you use Markup2 instead of Markup?
A: When you clone entities and entityforms (e.g. via this patch), you probably expect a new instance be created.
But when using the Markup module this does NOT happen. So when you change the markup in the clone, you also change the markup in the original.
With Markup, there is just the one shared instance.
With Markup2, there is one instance per clone.
