Making/adding more buttons?Solved

Hi my problem is

i want to make 8 or more BUTTONS and 1 page on each button like:

info:
more info:
even more info:
tips:
more tips:
server commands:
more commands:
blablabla

can somebody share a config file for this action ? or just tell me how the hell i can do this ?
3 hours ago i just try and try this but no success :S

thx forward for the fast help :D
respect.

Just place them below the previous button with } including a comma for the previous button, and the last button without a comma.

      {
        "ButtonText": "4th Button",
        "HeaderText": "4th Button",
        "Pages": [
          {
            "TextLines": [
              "Text line 1",
              "Text line 2",
              "Text line 3",
              "Text line 4"
            ],
            "ImageSettings": []
          }
        ],
        "TabButtonAnchor": 4,
        "TabButtonFontSize": 16,
        "HeaderAnchor": 0,
        "HeaderFontSize": 32,
        "TextFontSize": 16,
        "TextAnchor": 3,
        "OxideGroup": ""
      }​


Make sure to run "oxide.reload ServerInfo" after each update in game as admin or by console. Without quotations of course.
Thanks Lightning :)
Locked automatically