Skip to content

Commit

Permalink
Merge pull request #432 from thepolicylab-projectportals/399-docs-add…
Browse files Browse the repository at this point in the history
…-line-length-hints-in-cms

docs: change question tooltip to suggest shorter length
  • Loading branch information
hetd54 authored Mar 20, 2023
2 parents 878f209 + 20453b9 commit 1ce598d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/project-portal-content-netlify/src/cms/cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ CMS.init({
widget: "string",
required: true,
hint:
"The main question answered by the project. Research questions should be brief, ideally no more than 25 words." +
"The main research question answered by the project. Only 3 to 5 words fit on a single line, so the question " +
"should be brief, ideally no more than 10 to 15 words. " +
'Example: "What impact has COVID-19 had on nonprofit organizations?"',
},
{
Expand Down

0 comments on commit 1ce598d

Please sign in to comment.