Method: Scrivito::BasicWidget#description_for_editor
- Defined in:
- app/cms/scrivito/basic_widget.rb
#description_for_editor ⇒ String
This method determines the description to be shown as widget tooltips. By default, it uses the value of the Widget.description_for_editor
class method.
This method can be overridden to customize the description displayed to the editor.
392 393 394 |
# File 'app/cms/scrivito/basic_widget.rb', line 392 def description_for_editor self.class.description_for_editor end |