This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Daniel81
Daniel81

Anyone know how to change the label/title for these field sections i.e when using

tabs:
    fields:
       # some_field

the tabs section will be outputted under a title of "Misc". The same goes for secondaryTabs also.

Shahiem
Shahiem

tabs:

fields:
   field
      tab: fields
Daniel81
Daniel81

Thanks @Shahiem

Shahiem
Shahiem

No problem :)

devnull69
devnull69

this doesnt work

axomat
axomat

Oh yes it does

devnull69
devnull69

ill try again later.

devnull69
devnull69

tabs:
fields:
   slug:
    label: slug
    description: slug for robots
    type: text
    hidden: no
    disabled: false
    placeholder: something-here-very-unique
    required: yes
    span: left

devnull69
devnull69

im using dev-master. it doesnt work bottom line with . can anybody help

daftspunky
daftspunky

I think you're missing a tab, should be

tabs:
    fields:

Instead of

tabs:
fields:
devnull69
devnull69

ive got it to work now. thanks


fields:
    blog_title:
        label: Blog Title
        description: The title for this blog

    published_at:
        label: Published date
        description: When this blog post was published
        type: datepicker

tabs:
    fields:
        published_at:
          label: Published date2
          description: When this blog post was published
          type: datepicker
          tab: killer

        new_stuffs:
          label: Published date 1
          description: When this blog post was published
          type: datepicker
          tab: lots

Tschallacka
Tschallacka

I propose a mod renames this title to "Alter the name of form tabs in form.yaml" for google purposes...

Last updated

1-12 of 12

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.