Support

Account

Home Forums Gutenberg Show repeater-example in Gutenberg block Reply To: Show repeater-example in Gutenberg block

  • Hello,

    If you change:

    “slideshow”: {
    “title”: “This is an example text”
    },

    to this:

    “slideshow”: [
    [
    [“title”, “This is an example text”]
    ]
    ]

    That should work.