class Formily::EditorConfig

Formily Form HTML editor config

Attributes

height[RW]

HTML form editor height (pixel)

width[RW]

HTML form editor width (pixel)

Public Class Methods

new() click to toggle source
# File lib/formily/config.rb, line 41
def initialize
  @height = 500
  @width = 720
end