Sha256: 301c70562ea7e99d1807cb84dab2dfc8d99aaf5c60b72fb202828847cbb5e9e8
Contents?: true
Size: 908 Bytes
Versions: 19
Compression:
Stored size: 908 Bytes
Contents
{ "root": "<%= editor_entry_path(@entry).html_safe %>", "config": <%= editor_config_seeds(@entry) %>, "entry": <%= render_json_seed(@entry) %>, "entry_type": <%= editor_entry_type_fragment(@entry, :seed).html_safe %>, "storylines": <%= @entry.storylines.to_json.html_safe %>, "chapters": <%= @entry.chapters.to_json.html_safe %>, "pages": <%= @entry.pages.to_json.html_safe %>, "widgets": <%= widgets_json_seeds(@entry) %>, "files": <%= editor_files_json_seed(@entry) %>, "account": <%= render_json_seed(@entry.account) %>, "theming": <%= render_json_seed(@entry.theming) %>, "widget_types": <%= widget_types_json_seeds(@entry_config) %>, "page_types": <%= page_type_json_seeds(@entry_config) %>, "themes": <%= theme_json_seeds(@entry_config) %>, "common": <%= render_json { |json| common_entry_seed(json, @entry) }.html_safe %>, "asset_urls": <%= editor_asset_urls %> }
Version data entries
19 entries across 19 versions & 1 rubygems