Sha256: d9d48350cb9d1adf12a065762e69e176aca4160cd77de0803cd1aa7dcf9cc574
Contents?: true
Size: 795 Bytes
Versions: 35
Compression:
Stored size: 795 Bytes
Contents
{ "root": "<%= edit_entry_path(@entry).html_safe %>", "config": <%= editor_config_seeds %>, "entry": <%= render_json_seed(@entry) %>, "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": <%= files_json_seeds(@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": <%= common_entry_seed(@entry).to_json.html_safe %>, "asset_urls": <%= editor_asset_urls %> }
Version data entries
35 entries across 35 versions & 1 rubygems