Class: Crm::ContentLinkEditorComponent::Entry

Inherits:
Data
  • Object
show all
Defined in:
app/components/crm/content_link_editor_component.rb

Overview

One rendered live or staged ContentLink row.

Instance Attribute Summary collapse

Instance Attribute Details

Returns the live or in-memory content link to render.

Returns:

  • (ContentLink)

    the live or in-memory content link to render



19
# File 'app/components/crm/content_link_editor_component.rb', line 19

Entry = Data.define(:content_link, :key)

#keyString (readonly)

Returns stable key identifying the link within a revision's
staged link data (see ArticleRevision.content_link_key).

Returns:



19
# File 'app/components/crm/content_link_editor_component.rb', line 19

Entry = Data.define(:content_link, :key)