Sha256: 8a23f52975ddbb8a00856832e2688e5d80cfa9c3adb702909e16aa95b9d6aacd

Contents?: true

Size: 309 Bytes

Versions: 28

Compression:

Stored size: 309 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
      store_accessor :data,
        :link,
        :link_target,
        :link_title,
        :link_class_name
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
alchemy_cms-6.0.14 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.13 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.12 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.11 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.10 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.9 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.8 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.7 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.6 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.5 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.4 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.3 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.2 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.1 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.0 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.0.pre.rc7 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.0.pre.rc6 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.0.pre.rc5 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.0.pre.rc4 app/models/alchemy/ingredients/text.rb
alchemy_cms-6.0.0.pre.rc3 app/models/alchemy/ingredients/text.rb