Sha256: ff3acc9469a05fa16a05f8d618942e8e02aa107df4e9255e3040a8c6f16b4784

Contents?: true

Size: 348 Bytes

Versions: 11

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true

module Alchemy
  module Ingredients
    # A simple line of text
    #
    # Optionally it can have a link
    #
    class Text < Alchemy::Ingredient
      include DomIds

      store_accessor :data,
        :dom_id,
        :link,
        :link_target,
        :link_title,
        :link_class_name
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alchemy_cms-6.1.10 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.9 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.8 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.7 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.6 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.5 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.4 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.3 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.2 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.1 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.1.0 app/models/alchemy/ingredients/text.rb