• Trying to import 100 quotes..

    Tried various json file setups

    nothing works

    any suggestions???

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • For adding multiple quotes you should make a json file and import it.
    here’s the code

    [
        {
            "quote": "The quote",
            "author": "author",
            "source": "",
            "tags": "",
            "public": "yes"
        },
        {
            "quote": "The quote",
            "author": "author",
            "source": "",
            "tags": "",
            "public": "yes"
        },
    
        {
            "quote": "",
            "source": "",
            "tags": "",
            "public": "yes"
        }
    ]
Viewing 1 replies (of 1 total)
  • The topic ‘Import of JSON not working’ is closed to new replies.