Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad behaviour inside a replicator set @ 2.6.9 #4

Open
maxfahl opened this issue Oct 24, 2017 · 0 comments
Open

Bad behaviour inside a replicator set @ 2.6.9 #4

maxfahl opened this issue Oct 24, 2017 · 0 comments

Comments

@maxfahl
Copy link

maxfahl commented Oct 24, 2017

Trying to use this plugin with tabbed sections without success.

title: Block page
fields:

  title:
    type: title
    display: Title

  blocks:
    type: replicator
    sets:

      default_block:
        display: Standard
        fields:
          general_fields:
            display: General
            type: section
          format:
            display: Format
            type: select
            options:
              2-1-100: 2:1 100%
              1-1-100: 1:1 100%
              1-1-50: 1:1 50%
              1-2-50: 1:2 50%
            default: format-2-1-100
          top_text:
            display: Top Text
            type: redactor
            settings: Minor
          middle_text:
            display: Middle Text
            type: redactor
            settings: Minor
          bottom_text:
            display: Bottom Text
            validate: boolean
            type: redactor
            settings: Minor
          background_fields:
            display: Backgrounds
            type: section
          background_color:
            display: Bakground color
            type: text
          background_image:
            display: Bakground image
            type: assets
            container: main
            max_files: 1

      expand_block:
        display: Expand
        fields:
          col_1:
            display: Column 1
            type: redactor
            settings: Minor
          col_2:
            display: Column 2
            type: redactor
            settings: Minor
          col_3:
            display: Column 3
            validate: boolean
            type: redactor
            settings: Minor
          background_color:
            display: Bakground color
            type: text
          extra-v-padding:
            display: Extra vertical padding
            type: toggle
            default: false

      divider_block:
        display: Divider
        fields:
          padded:
            display: Padded
            type: toggle
            default: true

Results:

screen shot 2017-10-24 at 09 09 59

@maxfahl maxfahl changed the title Does not work for me using 2.6.9 inside a replicator set. Bad behaviour inside a replicator set @ 2.6.9 Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant