Sha256: 80e6ba3d9e37531a7685708d7aff5efc4f50906f1ece16b807a75edb2c907c96

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

json.(entry, :id, :entry_title, :published_until, :slug, :enabled_feature_names)

json.pretty_url pretty_entry_url(entry)

json.default_file_rights entry.account.default_file_rights
json.published(entry.published?)
json.password_protected(entry.password_digest.present?)

json.configuration do
  json.(entry, :title, :summary, :credits, :author, :publisher, :keywords, :manual_start, :emphasize_chapter_beginning, :emphasize_new_pages, :share_image_id, :share_image_x, :share_image_y, :locale)
  json.home_url entry.home_button.url_value
  json.home_button_enabled entry.home_button.enabled_value
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pageflow-0.10.0 app/views/pageflow/editor/entries/_entry.json.jbuilder