We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52b416 commit 63caf3aCopy full SHA for 63caf3a
packages/hackathon/app/definitions/hackathon/project_submission_definition.rb
@@ -1,10 +1,10 @@
1
class Hackathon::ProjectSubmissionDefinition < Hackathon::ResourceDefinition
2
- field :about_project, as: :text,
+ field :about_project, as: :markdown,
3
label: "About the Project",
4
hint: "Describe your project: What problem does it solve? What features does it have? What makes it special?"
5
display :about_project, wrapper: {class: "col-span-full"}
6
7
- field :about_team, as: :text,
+ field :about_team, as: :markdown,
8
label: "About the Team",
9
hint: "Tell us about your team: What brought you together? What's your story? What did you learn?"
10
display :about_team, wrapper: {class: "col-span-full"}
0 commit comments