# coding: utf-8 class Formily::StaticText < Formily::Input def editor_type 'static text' end end