Meta:FormWizard/Config/Project/da

From Meta, a Wikimedia project coordination wiki
This page is a translated version of the page Meta:FormWizard/Config/Project and the translation is 4% complete.

{

"@languages": "

",

   "@doc": "Project Grants- new proposal form wizard configuration file",
   "create":{
       "config":{
               "post-edit": "Thank you for creating your Project Grant page! Please continue to develop your proposal by filling in the remaining sections below. Note that you are responsible for notifying relevant communities of your proposal.  See the instructions in the ‘Community notification’ section. Once you feel your proposal is complete and ready for review, update the status to PROPOSED (status=PROPOSED in the infobox markup).",
               "new-page": true,
               "namespace": "Grants:",
               "portal-page": "Project/",
               "page-template": "",
               "infobox": "Probox",
               "talkpage-template": "",
               "page-home": "Grants:Projects",
               "dialog-title": "Create your Project Grant proposal.",
               "toolkit-name": "",
               "toolkit-template": "",
               "error-not-logged-in": "Please login first before continuing :)",
               "edit-comment-prefix": "Creating a new Project Grant proposal ",
               "edit-comment-suffix": " (edited with FormWizard)"
       },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "Don't worry about getting all your answers perfect in this form, you can add and make changes to your page after creating your first draft!"
               },
               "projectNameTextbox": {
                       "type": "smallTextBox",
                       "placeholder": "example: Social media outreach in China",
                       "title": "Proposal title",
                       "text-1": "What is the name of your project? This will become the title of your proposal page.",
                       "characterLength":100,
                       "mandatory":true,
                       "add-to": "infobox",
                       "infobox-param":"project",
                       "validate": "doesNotExists",
                       "page-title":true
                   },
               "projectSummaryTextbox": {
                       "type": "largeTextBox",
                       "placeholder": "",
                       "title": "Summary",
                       "text-1": "Please briefly summarize your project in 1-2 sentences",
                       "characterLength":300,
                       "mandatory": true,
                       "add-to": "infobox",
                       "infobox-param":"summary"
                   },
               "projectCategoryDropdown": {
                       "type": "dropdownList",
                       "title": "Type of project",
                       "text-1": "What category describes most of the planned work in this project?  You can add or change categories after your proposal has been created.  If you're not sure what category to choose, please select 'Uncertain'.",
                       "characterLength":100,
                       "mandatory": true,
                       "add-to": "infobox",
                       "infobox-param":"grant_type",
                       "values": ["research","tools and software","online programs and events","offline programs and events", "uncertain"]
                   },
               "projectIdeaSection": {
                       "type": "largeTextBox",
                       "placeholder": "leave this blank!",
                       "title": "leave this blank!",
                       "characterLength":1000,
                       "section": "Project idea",
                       "mandatory": false,
                       "add-to": "section",
                       "visibility": "hidden",
                       "section-header": "Project idea",

"comment": "

"

                   },
                   "projectProblemSolvedTextbox": {
                           "type": "largeTextBox",
                           "placeholder": "What problem are you trying to solve?",
                           "title": "Project idea",
                           "text-1": "What problem are you trying to solve by doing this project? This problem should be small enough that you expect it to be completely or mostly resolved by the end of this project.",
                           "characterLength":2000,
                           "section": "What is the problem you're trying to solve?",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "projectIdeaSection",
                           "section-header": "What is the problem you're trying to solve?",
                           "comment": "What problem are you trying to solve by doing this project? This problem should be small enough that you expect it to be completely or mostly resolved by the end of this project. Remember to review the tutorial for tips on how to answer this question.
" }, "projectSolutionTextbox": { "type": "largeTextBox", "text-1": "For the problem you identified in the previous section, briefly describe how you would like to address this problem. We recognize that there are many ways to solve a problem. We’d like to understand why you chose this particular solution, and why you think it is worth pursuing.", "placeholder": "What is your proposed solution?", "title": "", "characterLength":2000, "section": "What is your solution?", "mandatory": false, "add-to": "section", "parent" : "projectIdeaSection", "section-header": "What is your solution?", "comment": "For the problem you identified in the previous section, briefly describe your how you would like to address this problem. We recognize that there are many ways to solve a problem. We’d like to understand why you chose this particular solution, and why you think it is worth pursuing. Remember to review the tutorial for tips on how to answer this question.
" }, "nextButton":{ "type":"nextButton", "title":"Næste" }, "cancelButton":{ "type": "cancelButton", "title":"Fortryd" } }, "step-2":{ "applicantTypeDropdown": { "type": "dropdownList", "title": "Applicant type", "placeholder": "select...", "text-1": "Is this grant being requested by an organization, a group, or an individual?", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"applicant_type", "values": ["Individual","Group","Organization"] }, "affiliateTextbox": { "type": "smallTextBox", "placeholder": "example: WM DE", "title": "Affiliate code", "text-1": "IF THIS GRANT IS TO A WIKIMEDIA AFFILIATE:", "text-2": "Please type the four-letter code for your organization in the box below. Please leave a space between the first two letters and the last two letters.", "characterLength":100, "mandatory": false, "add-to": "infobox", "infobox-param":"affiliate" }, "affiliateLink": { "type": "link", "href": "https://meta.wikimedia.org/wiki/Grants:PEG/Affiliates_list", "link": "(Look up your four-letter affiliate code here.)" }, "projectTargetTextbox": { "type": "smallTextBox", "placeholder": "example: Italian and Spanish Wikisource", "title": "Target project", "text-1": "Which existing Wikimedia projects and language versions will be better served or impacted as a result of this project?", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"target", "comment" :"" }, "projectGoalsSection": { "type": "largeTextBox", "placeholder": "example: *Encourage more women to become regular contributors to Wikipedia", "title": "Project goals", "text-1" : "What are your goals for this project? Your goals should describe the top two or three benefits that will come out of your project. These should be benefits to the Wikimedia projects or Wikimedia communities. They should not be benefits to you individually.", "characterLength":1000, "section": "Project goals", "mandatory": false, "add-to": "section", "section-header": "Project goals", "value": "", "comment": "What are your goals for this project? Your goals should describe the top two or three benefits that will come out of your project. These should be benefits to the Wikimedia projects or Wikimedia communities. They should not be benefits to you individually. Remember to review the tutorial for tips on how to answer this question.
" }, "nextButton":{ "type":"nextButton", "title":"Næste" }, "backButton":{ "type":"backButton", "title":"Tilbage" } }, "step-3":{ "projectImpactSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "leave this blank!", "characterLength":1000, "section": "Project impact", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Project impact", "value": "", "comment": "" }, "projectMetGoalsSection": { "type": "largeTextBox", "placeholder": "", "title": "How will you know if you have met your goals?", "text-1": "For each of your goals, we’d like you to answer the following questions:", "text-2": "1. During your project, what will you do to achieve this goal? (These are your outputs.) Here are some example answers to this question.", "text-3": "2. Once your project is over, how will it continue to positively impact the Wikimedia community or projects? (These are your outcomes.)", "text-4": "For each of your answers, think about how you will capture this information. Will you capture it with a survey? With a story? Will you measure it with a number? Remember, if you plan to measure a number, you will need to set a numeric target in your proposal. (e.g. 45 people, 10 articles, 100 scanned documents).", "characterLength":2000, "section": "How will you know if you have met your goals?", "mandatory": false, "add-to": "section", "parent" : "projectImpactSection", "section-header": "How will you know if you have met your goals?",

"comment": "For each of your goals, we’d like you to answer the following questions:

  1. During your project, what will you do to achieve this goal? (These are your outputs.)
  2. Once your project is over, how will it continue to positively impact the Wikimedia community or projects? (These are your outcomes.)

For each of your answers, think about how you will capture this information. Will you capture it with a survey? With a story? Will you measure it with a number? Remember, if you plan to measure a number, you will need to set a numeric target in your proposal (e.g. 45 people, 10 articles, 100 scanned documents). Remember to review the tutorial for tips on how to answer this question.
"

                       },
            "projectMetricsSection": {
                           "type": "largeTextBox",
                           "placeholder": "",
                           "title": "Do you have any goals around participation or content?",
                           "text-1": "Are any of your goals related to increasing participation within the Wikimedia movement, or increasing/improving the content on Wikimedia projects? If so, please review the link below and include any metrics that are relevant to your project. Please set a numeric target against the metrics, if applicable.",
                           "characterLength":2000,
                           "section": "Do you have any goals around participation or content?",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "projectImpactSection",
                           "section-header": "Do you have any goals around participation or content?",
                           "comment": "Are any of your goals related to increasing participation within the Wikimedia movement, or increasing/improving the content on Wikimedia projects? If so, we ask that you look through these three metrics, and include any that are relevant to your project. Please set a numeric target against the metrics, if applicable. Remember to review the tutorial for tips on how to answer this question.
" }, "metricsLink": { "type": "link", "href": "https://meta.wikimedia.org/wiki/Grants:Metrics#Three_shared_metrics", "link": "(Review three metrics options here.)" }, "projectPlanSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "leave this blank!", "characterLength":1000, "section": "Project plan", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Project plan", "value": "", "comment": "" }, "projectActivitiesSection": { "type": "largeTextBox", "placeholder": "example: *Build and test a gadget", "title": "Activities", "text-1": "Tell us how you'll carry out your project. What will you and other organizers spend your time doing? What will you have done at the end of your project? How will you follow-up with people that are involved with your project?", "characterLength":2000, "section": "Activities", "mandatory": false, "add-to": "section", "parent" : "projectPlanSection", "section-header": "Activities", "comment": "Tell us how you'll carry out your project. What will you and other organizers spend your time doing? What will you have done at the end of your project? How will you follow-up with people that are involved with your project?
" }, "projectBudgetSection": { "type": "largeTextBox", "placeholder": "example: *Project manager: 500 USD", "title": "Budget", "characterLength":2000, "section": "Budget", "text-1": "How you will use the funds you are requesting? List bullet points for each expense. (You can create a table later if needed.) Don’t forget to include a total amount, and update this amount in the Probox at the top of your page too!", "mandatory": false, "add-to": "section", "parent" : "projectPlanSection", "section-header": "Budget", "comment": "How you will use the funds you are requesting? List bullet points for each expense. (You can create a table later if needed.) Don’t forget to include a total amount, and update this amount in the Probox at the top of your page too!
" }, "amountRequestedTextbox": { "type": "smallTextBox", "placeholder": "example: 800 USD", "title": "Total amount", "text-1": "How much total funding are you requesting for this grant? Don't forget to specify which currency you are using!", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"amount" }, "communityEngagementSection": { "type": "largeTextBox", "placeholder": "example: We'll survey our target community at the start and end of the project, and host 3 live feedback sessions in between.", "title": "Community engagement plans", "characterLength":2000, "section": "Community engagement", "mandatory": false, "add-to": "section", "parent" : "projectPlanSection", "section-header": "Community engagement", "text-1": "Community input and participation helps make projects successful. How will you let others in your community know about your project? Why are you targeting a specific audience? How will you engage the community you’re aiming to serve during your project?", "comment": "Community input and participation helps make projects successful. How will you let others in your community know about your project? Why are you targeting a specific audience? How will you engage the community you’re aiming to serve during your project?
" }, "nextButton":{ "type":"nextButton", "title":"Next" }, "backButton":{ "type":"backButton", "title":"Back" } }, "step-4":{ "getInvolvedSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "", "characterLength":1000, "section": "Get involved", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Get involved", "value": "", "comment" :"" }, "granteeUsernameTextbox": { "type": "smallTextBox", "placeholder": "example: I JethroBT (do not add User: prefix)", "title": "Grantee", "text-1": "Please enter your username here. If your team has more than 1 grantee, you can add more people below.", "characterLength":100, "mandatory": false, "add-to": "infobox", "infobox-param":"grantee" }, "contactEmailTextbox": { "type": "smallTextBox", "placeholder": "example: grants(_AT_)wikimedia.org", "title": "Primary contact", "text-1": "Please provide an email address (or a username that can receive email) that we can use to contact you. This will be shown publicly.", "characterLength":100, "mandatory": false, "add-to": "infobox", "infobox-param":"contact1" }, "roleSelectionList":{ "title": "Other participants", "text-1": "Please indicate how many people (other than you) will be participating in your project as grantees or advisors.", "text-2": "If you're not sure yet, just skip this question. You can always add slots for more grantees and advisors later.", "type": "stepperList", "choiceList": [ { "key": "grantee", "value": 0 }, { "key": "advisor", "value": 0 } ], "hidden": [ { "key": "translations", "value": "Probox/Project/Content" }, { "key": "idealab", "value": "YES" }, { "key":"image", "value": "", "comment": "" }, { "key": "status", "value": "DRAFT", "comment": "" } ], "add-to": "infobox" }, "proboxPortal": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "portal", "value": "Project" }, "participantsSection": { "type": "largeTextBox", "placeholder": "example: *PretendUserName - I have been organizing Wikiproject Fun for 3 years", "title": "Participants", "characterLength":1000, "section": "Participants", "text-1": "Please use this section to tell us more about who is working on this project. For each member of the team, please describe any project-related skills, experience, or other background you have that might help contribute to making this idea a success.", "mandatory": false, "add-to": "section", "section-header": "Participants", "parent" : "getInvolvedSection", "value": "", "comment": "Please use this section to tell us more about who is working on this project. For each member of the team, please describe any project-related skills, experience, or other background you have that might help contribute to making this idea a success.
" }, "moreParticipantsDropdown": { "type": "dropdownList", "title": "Volunteer participation", "placeholder": "vælg...", "text-1": "Would you like to add a way for more volunteers to easily join your project?", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"more_participants", "values": ["No","Yes"] }, "communityNotificationSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "", "characterLength":1000, "section": "Community notification", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Community notification", "parent" : "getInvolvedSection", "value": "Please paste links below to where relevant communities have been notified of your proposal, and to any other relevant community discussions. You are responsible for notifying relevant communities of your proposal, so that they can help you! Depending on your project, notification may be most appropriate on a Village Pump, talk page, mailing list, etc. Need notification tips?", "comment": "" }, "endorsementsSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "", "characterLength":1000, "section": "Endorsements", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Endorsements", "parent" : "getInvolvedSection", "value": "Do you think this project should be selected for a Project Grant? Please add your name and rationale for endorsing this project below! (Other constructive feedback is welcome on the discussion page).", "comment": "" }, "nextButton":{ "type":"doneButton", "title":"Create my proposal" }, "backButton":{ "type":"backButton", "title":"Back" } } }, "expand": { "config":{ "post-edit": "Thank you for creating your Project Grant page! Please continue to develop your proposal by filling in the remaining sections below. Note that you are responsible for notifying relevant communities of your proposal. See the instructions in the ‘Community notification’ section. Once you feel your proposal is complete and ready for review, update the status to PROPOSED (status=PROPOSED in the infobox markup).", "new-page": false, "namespace": "Grants", "portal-page": "IdeaLab", "page-template": "", "infobox": "Probox", "talkpage-template": "", "page-home": "Grants:IdeaLab", "dialog-title": "Let's turn your idea into an Project Grant proposal", "error-not-logged-in": "You are not logged in - please login to your account before continuing.", "edit-comment-prefix": "Expanded idea into an Project Grant", "edit-comment-suffix": "(edited with FormWizard)", "edit-comment-default": "Expanding the proposal," }, "step-1":{ "projectCategoryDropdown": { "type": "dropdownList", "title": "Type of project", "text-1": "What category describes most of the planned work in this project? You can add or change categories after your proposal has been created. If you're not sure what category to choose, please select 'Uncertain'.", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"grant_type", "values": ["research","tools and software","online programs and events","offline programs and events", "uncertain"] }, "projectImpactSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "leave this blank!", "characterLength":1000, "section": "Project impact", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Project impact", "value": "", "comment": "" }, "projectMetGoalsSection": { "type": "largeTextBox", "placeholder": "", "title": "How will you know if you have met your goals?", "text-1": "For each of your goals under the Project Goals section, we’d like you to answer the following questions:", "text-2": "1. During your project, what will you do to achieve this goal? (These are your outputs.) Here are some example answers to this question.", "text-3": "2. Once your project is over, how will it continue to positively impact the Wikimedia community or projects? (These are your outcomes.)", "text-4": "For each of your answers, think about how you will capture this information. Will you capture it with a survey? With a story? Will you measure it with a number? Remember, if you plan to measure a number, you will need to set a numeric target in your proposal. (e.g. 45 people, 10 articles, 100 scanned documents).", "characterLength":2000, "section": "How will you know if you have met your goals?", "mandatory": false, "add-to": "section", "parent" : "projectImpactSection", "section-header": "How will you know if you have met your goals?",

"comment": "For each of your goals, we’d like you to answer the following questions:

  1. During your project, what will you do to achieve this goal? (These are your outputs.)
  2. Once your project is over, how will it continue to positively impact the Wikimedia community or projects? (These are your outcomes.)

For each of your answers, think about how you will capture this information. Will you capture it with a survey? With a story? Will you measure it with a number? Remember, if you plan to measure a number, you will need to set a numeric target in your proposal (e.g. 45 people, 10 articles, 100 scanned documents). Remember to review the tutorial for tips on how to answer this question.
"

                       },
            "projectMetricsSection": {
                           "type": "largeTextBox",
                           "placeholder": "",
                           "title": "Do you have any goals around participation or content?",
                           "text-1": "Are any of your goals related to increasing participation within the Wikimedia movement, or increasing/improving the content on Wikimedia projects? If so, please review the link below and include any metrics that are relevant to your project. Please set a numeric target against the metrics, if applicable.",
                           "characterLength":2000,
                           "section": "Do you have any goals around participation or content?",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "projectImpactSection",
                           "section-header": "Do you have any goals around participation or content?",
                           "comment": "Are any of your goals related to increasing participation within the Wikimedia movement, or increasing/improving the content on Wikimedia projects? If so, we ask that you look through these three metrics, and include any that are relevant to your project. Please set a numeric target against the metrics, if applicable. Remember to review the tutorial for tips on how to answer this question.
" }, "metricsLink": { "type": "link", "href": "https://meta.wikimedia.org/wiki/Grants:Metrics#Three_shared_metrics", "link": "(Review three metrics options here.)" }, "nextButton":{ "type":"nextButton", "title":"Next" }, "backButton":{ "type":"cancelButton", "title":"Cancel" } }, "step-2":{ "projectPlanSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "leave this blank!", "characterLength":1000, "section": "Project plan", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Project plan", "value": "", "comment": "" }, "projectActivitiesSection": { "type": "largeTextBox", "placeholder": "example: *Build and test a gadget", "title": "Activities", "text-1": "Tell us how you'll carry out your project. What will you and other organizers spend your time doing? What will you have done at the end of your project? How will you follow-up with people that are involved with your project?", "characterLength":2000, "section": "Activities", "mandatory": false, "add-to": "section", "parent" : "projectPlanSection", "section-header": "Activities", "comment": "Tell us how you'll carry out your project. What will you and other organizers spend your time doing? What will you have done at the end of your project? How will you follow-up with people that are involved with your project?
" }, "projectBudgetSection": { "type": "largeTextBox", "placeholder": "example: *Project manager: 500 USD", "title": "Budget", "characterLength":2000, "section": "Budget", "text-1": "How you will use the funds you are requesting? List bullet points for each expense. (You can create a table later if needed.) Don’t forget to include a total amount, and update this amount in the Probox at the top of your page too!", "mandatory": false, "add-to": "section", "parent" : "projectPlanSection", "section-header": "Budget", "comment": "How you will use the funds you are requesting? List bullet points for each expense. (You can create a table later if needed.) Don’t forget to include a total amount, and update this amount in the Probox at the top of your page too!
" }, "amountRequestedTextbox": { "type": "smallTextBox", "placeholder": "example: 800 USD", "title": "Total amount", "text-1": "How much total funding are you requesting for this grant? Don't forget to specify which currency you are using!", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"amount" }, "communityEngagementSection": { "type": "largeTextBox", "placeholder": "example: We'll survey our target community at the start and end of the project, and host 3 live feedback sessions in between.", "title": "Community engagement plans", "characterLength":2000, "section": "Community engagement", "mandatory": false, "add-to": "section", "parent" : "projectPlanSection", "section-header": "Community engagement", "text-1": "Community input and participation helps make projects successful. How will you let others in your community know about your project? Why are you targeting a specific audience? How will you engage the community you’re aiming to serve during your project?", "comment": "Community input and participation helps make projects successful. How will you let others in your community know about your project? Why are you targeting a specific audience? How will you engage the community you’re aiming to serve during your project?
" }, "nextButton":{ "type":"nextButton", "title":"Next" }, "backButton":{ "type":"backButton", "title":"Back" } }, "step-3":{ "applicantTypeDropdown": { "type": "dropdownList", "title": "Applicant type", "placeholder": "select...", "text-1": "Is this grant being requested by an organization, a group, or an individual?", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"applicant_type", "values": ["Individual","Group","Organization"] }, "affiliateTextbox": { "type": "smallTextBox", "placeholder": "example: WM DE", "title": "Affiliate code", "text-1": "IF THIS GRANT IS TO A WIKIMEDIA AFFILIATE:", "text-2": "Please type the four-letter code for your organization in the box below. Please leave a space between the first two letters and the last two letters.", "characterLength":100, "mandatory": false, "add-to": "infobox", "infobox-param":"affiliate" }, "affiliateLink": { "type": "link", "href": "https://meta.wikimedia.org/wiki/Grants:PEG/Affiliates_list", "link": "(Look up your four-letter affiliate code here.)" }, "projectTargetTextbox": { "type": "smallTextBox", "placeholder": "example: Italian and Spanish Wikisource", "title": "Target project", "text-1": "Which existing Wikimedia projects and language versions will be better served or impacted as a result of this project?", "characterLength":100, "mandatory": true, "add-to": "infobox", "infobox-param":"target", "comment" :"" }, "granteeUsernameTextbox": { "type": "smallTextBox", "placeholder": "example: Jmorgan (WMF)", "title": "Grantee", "text-1": "Please enter your username here. If your team has more than 1 grantee, you can add more people below.", "characterLength":100, "mandatory": false, "add-to": "infobox", "infobox-param":"grantee" }, "contactEmailTextbox": { "type": "smallTextBox", "placeholder": "example: grants(_AT_)wikimedia.org", "title": "Primary contact", "text-1": "Please provide an email address (or a username that can receive email) that we can use to contact you.", "characterLength":100, "mandatory": false, "add-to": "infobox", "infobox-param":"contact1" }, "roleSelectionList":{ "title": "Other participants", "text-1": "Please indicate how many people (other than you) will be participating in your project as grantees or advisors.", "text-2": "If you're not sure yet, just skip this question. You can always add slots for more grantees and advisors later.", "type": "stepperList", "add-to": "infobox", "choiceList": [ { "key": "grantee", "value": 0 }, { "key": "advisor", "value": 0 } ] }, "teamInfoSection": { "type": "largeTextBox", "placeholder": "example: *PretendUserName - I have been organizing Wikiproject Fun for 3 years", "title": "", "characterLength":1000, "section": "Project team", "text-1": "Please use this section to tell us more about who is working on this project. For each member of the team, please describe any project-related skills, experience, or other background you have that might help contribute to making this idea a success.", "mandatory": false, "add-to": "section", "section-header": "Project team", "value": "", "comment": "Please use this section to tell us more about who is working on this project. For each member of the team, please describe any project-related skills, experience, or other background you have that might help contribute to making this idea a success.
" }, "communityNotificationSection": { "type": "largeTextBox", "placeholder": "leave this blank!", "title": "", "characterLength":1000, "section": "Community notification", "mandatory": false, "add-to": "section", "visibility": "hidden", "section-header": "Community notification", "value": "Please paste links below to where relevant communities have been notified of your proposal, and to any other relevant community discussions. Need notification tips?", "comment": "" }, "round": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "round", "value": "" }, "portalProject": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "portal", "value": "Project" }, "translationsProject": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "translations", "value": "Probox/Project/Content" }, "showInIdealab": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "idealab", "value": "YES" }, "statusProject": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "status", "value": "DRAFT", "comment": "" }, "imageProject": { "type": "smallTextBox", "visibility": "hidden", "add-to": "infobox", "infobox-param": "image", "value": "File:IEG_key_blue.png", "comment": "" }, "nextButton": { "type":"doneButton", "title":"Expand my idea" }, "backButton":{ "type": "backButton", "title":"Back" } } }

}