class Maglev::Section::Block

def human_name

def human_name
  ::I18n.t("#{section.i18n_scope}.blocks.types.#{type}", default: name.humanize)
end