Sha256: 03788847599c5c6c6c9025d837056bc0a0b72f7b040d3530990bbcd0bb0b2b3c
Contents?: true
Size: 477 Bytes
Versions: 56
Compression:
Stored size: 477 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 allow_settings %i[ anchor disable_link display_inline input_type linkable ] end end end
Version data entries
56 entries across 56 versions & 1 rubygems