app/forms/tramway/landing/block_form.rb in tramway-landing-1.8.3.2 vs app/forms/tramway/landing/block_form.rb in tramway-landing-1.8.3.3

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true class Tramway::Landing::BlockForm < ::Tramway::Core::ExtendedApplicationForm - properties :title, :background, :view_state, :block_type, :position, :navbar_link, :anchor, :description, + properties :title, :background, :view_state_event, :block_type, :position, :navbar_link, :anchor, :description, :link_object_type, :link_object_id, :button_title, :button_link, :view_name def initialize(object = nil) super(object).tap do form_properties title: :string,