Method: Scrivito::Link#target

Defined in:
app/cms/scrivito/link.rb

#targetObject

Returns the link target. “target” refers to the equally-named HTML attribute, not the link destination.


111
112
113
# File 'app/cms/scrivito/link.rb', line 111

def target
  @link_data[:target]
end