Meta:FormWizard/Config/WikiCredCon2025People/en

{

   "@languages": "",
   "@doc": "WikiCredCon 2025",
   "create":{
       "config":{
           "post-edit": "Thank you for submitting your profile! It will be added to the People page soon.",
           "new-page": true,
           "namespace": "",
           "portal-page": "WikiCredCon 2025/People/",
           "page-template": "",
           "infobox": "WikiCredCon 2025 Profile",
           "talkpage-template": "",
           "page-home": "WikiCredCon 2025",
           "dialog-title": "Thank you for submitting your conference participant profile! Everything on this form will become part of your public profile. All fields are optional except username.",
           "error-not-logged-in": "Please create an account and log in first before continuing.",
           "edit-comment-prefix": "Creating WikiCredCon 2025 profile",
           "edit-comment-suffix": " (edited with FormWizard)"
       },
       "step-1":{
           "nameTextbox": {
               "type": "smallTextBox",
               "placeholder": "Can be real name, nickname, etc.",
               "title": "Your name",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "name"
           },
           "usernameTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your Wikimedia username",
               "mandatory": true,
               "error-notFilled": "Mandatory field",
               "add-to": "infobox",
               "infobox-param": "username",
               "validate": "doesNotExists",
               "page-title": true
           },
           "emailTextbox": {
               "type": "smallTextBox",
               "placeholder": "Use (_AT_) in place of @ to prevent spam",
               "title": "Your email",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "email"
           },
           "imageTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your image (exclude the 'File:')",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "filename"
           },
           "affiliationsTextbox": {
               "type": "largeTextBox",
               "placeholder": "Affiliate, Affiliate 2...",
               "title": "Your affiliations",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "affiliations"
           },
           "projectsTextbox": {
               "type": "largeTextBox",
               "placeholder": "Project name, Project name 2...",
               "title": "Your projects",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "projects"
           },
           "learningsTextbox": {
               "type": "largeTextBox",
               "placeholder": "I want to learn about...",
               "title": "What would you like to learn?",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "learning"
           },
           "skillsTextbox": {
               "type": "largeTextBox",
               "placeholder": "My skills include...",
               "title": "What would you like to share with others?",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "skills"
           },
           "websiteTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your website",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "web"
           },
           "gitlabTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your Wikimedia GitLab username",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "gitlab"
           },
           "githubTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your GitHub username",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "github"
           },
           "xTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your X/Twitter username",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "x"
           },
           "blueskyTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your Bluesky username",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "bluesky"
           },
           "mastodonTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your Mastodon profile URL",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "mastodon"
           },
           "threadsTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your Threads username",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "threads"
           },
           "instagramTextbox": {
               "type": "smallTextBox",
               "placeholder": "",
               "title": "Your Instagram username",
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param": "ig"
           },
           "nextButton": {
               "type": "doneButton",
               "title": "Submit"
           },
           "cancelButton": {
               "type": "cancelButton",
               "title": "Cancel"
           }
       }
   }    

}