Skip to content

add base="morphPlugin" in add_cell.xsd to get 'tags' as attribute

Lutz Brusch requested to merge lutzbrusch/morpheus:develop into develop

Morpheus 2.2.6 is missing the attribute 'tags' in the AddCell plugin, see screenshot:

Screenshot_AddCell_misses_tags

This fixes add_cell.xsd by inserting base="morphPlugin" and deleting the then duplicate attribute 'name'.

Merge request reports