}
protected void addComponentFactoriesForEntityLink(final ComponentFactoryList componentFactories) {
// must come before EntityLinkSimplePanelFactory (as is more specific)
componentFactories.add(new EntityLinkSelect2PanelFactory());
componentFactories.add(new EntityLinkSimplePanelFactory());
}