Page MenuHomePhabricator

VisualEditor: Add static name property to CE nodes
Closed, ResolvedPublic

Description

DM nodes have a static name property which is used by the nodeRegistry. CE nodes currently have their names written out at least twice. It also creates unnecessary complexity when inheriting CE nodes as the parent constructor cannot be used (as it contains the parent's name hard coded).


Version: unspecified
Severity: normal

Details

Reference
bz45701