mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2278 from jonshutt/patch-1
Minor bug fix to show link description field
This commit is contained in:
commit
ab207d7d19
@ -547,6 +547,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
|||||||
this.find('.field#AnchorSelector').show();
|
this.find('.field#AnchorSelector').show();
|
||||||
this.find('.field#AnchorRefresh').show();
|
this.find('.field#AnchorRefresh').show();
|
||||||
}
|
}
|
||||||
|
this.find('.field#Description').show();
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @return Object Keys: 'href', 'target', 'title'
|
* @return Object Keys: 'href', 'target', 'title'
|
||||||
|
Loading…
Reference in New Issue
Block a user