mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
"Description" field visibility in "insert link"
This commit is contained in:
parent
d75f545887
commit
97569d75d1
@ -573,7 +573,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
||||
this.find('.field[id$="AnchorSelector_Holder"]').show();
|
||||
this.find('.field[id$="AnchorRefresh_Holder"]').show();
|
||||
}
|
||||
this.find('.field#Description').show();
|
||||
this.find('.field[id$="Description_Holder"]').show();
|
||||
},
|
||||
/**
|
||||
* @return Object Keys: 'href', 'target', 'title'
|
||||
|
Loading…
Reference in New Issue
Block a user