Skip to content

Commit

Permalink
Merge pull request #432 from alexlee-dev/template
Browse files Browse the repository at this point in the history
✨ Admin - Create PortfolioItem - Template #426 - Update initial value
  • Loading branch information
Alex Lee committed Nov 6, 2020
2 parents cb95517 + d0814e2 commit 3f74a97
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/client/forms/CreatePortfolioItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,18 @@ const CreatePortfolioItem: React.FunctionComponent<CreatePortfolioItemProps> = (
</Heading>
<Editor
apiKey={process.env.TINYMCE_API_KEY}
initialValue="<p>This is the initial content of the editor</p>"
initialValue="<p>[SUMMARY]</p>
<h2>Learning Experiences</h2>
<p>[SUMMARY OF LEARNING EXPERIENCE]</p>
<h3>What worked well?</h3>
<p>[WHAT WORKED WELL COPY]</p>
<h3>What didn't work well?</h3>
<p>[WHAT DIDN'T WORK WELL COPY]</p>
<h2>Do-Overs</h2>
<h3>What would I do differently?</h3>
<p>[WHAT WOULD I DO DIFFERENTLY COPY]</p>
<h2>[CHEEKY SUMMARY PHRASE/TITLE]</h2>
<p>[OUTRO COPY]</p>"
init={{
height: 500,
menubar: true,
Expand Down

0 comments on commit 3f74a97

Please sign in to comment.