so is there a way to override @ runtime?
in common.config:
<CustomDropdown>
<item text="abc" value="123"></item>
<item text="def" value="456"></item>
<item text="ghi" value="789"></item>
</CustomDropdown>
then override in the editor page:
$editor->showCustomDropDownItems = "abc,ghi";