Method: Scrivito::BasicObj#description_for_editor
- Defined in:
- app/cms/scrivito/basic_obj.rb
#description_for_editor ⇒ Object
This method determines the description shown in the UI. It defaults to #display_title. It can be overridden by a custom value.
570 571 572 |
# File 'app/cms/scrivito/basic_obj.rb', line 570 def description_for_editor display_title end |