Method: Pageflow::FileType#editor_partial

Defined in:
lib/pageflow/file_type.rb

#editor_partialString (readonly)

Path of a partial rendered in the json representation of the file inside the editor.

Returns:

  • (String)


16
17
18
# File 'lib/pageflow/file_type.rb', line 16

def editor_partial
  @editor_partial
end