ian-cox / Kirby-Structure-Tabs

Tabbed Fields for Structured Content
39 stars 4 forks source link

Not working in Kirby 2.3 #3

Open Thiousi opened 8 years ago

Thiousi commented 8 years ago

Fresh starterkit Kirby 2.3 install, simple blueprint:

title: Project
pages: false
files:
  sortable: true
fields:
  title:
    label: Title
    type:  text
  modules:
    label: Structure test
    type: structure
    style: items
    modalsize: large
    fields:
      tab1:
        type: structuretab
        label: tab1
      text:
        label: Text
        type: text
        icon: header
      tab2:
        type: structuretab
        label: tab2
      text2:
        label: Text 2
        type: text
        icon: header

Result: image

Analysis: seems like the javascript is completely ignored.

martinrisseeuw commented 7 years ago

@Thiousi Did you maybe find the solution for this problem?

Thiousi commented 7 years ago

Hello Martin! I stopped using complex structure fields since modules came out. So short answer is no. I didn't find a solution for this. Sorry!

On Nov 1, 2016 9:25 AM, "Martin" notifications@github.com wrote:

@Thiousi https://github.com/Thiousi Did you maybe find the solution for this problem?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ian-cox/Kirby-Structure-Tabs/issues/3#issuecomment-257522329, or mute the thread https://github.com/notifications/unsubscribe-auth/AEmWiiTrVYCnHXMCdlkboESQEhTzNdScks5q5wWdgaJpZM4I4ZUd .

eXpl0it3r commented 6 years ago

Also not working with Kirby 2.5.x unfortunately.

Found a working alternative Kirby-Tabs-Field