Use an extendedtype for Plasmoid/Containment
Behavior should be the same, but now the type Plasmoid should actually be an Applet instead of a PlasmoidAttached, fixing things like
Item {
property Plasmoid aPlasmoidProperty
}
which was previously broken