Skip to content

Commit

Permalink
#231 link to available shortcodes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleBlanchette committed Nov 25, 2024
1 parent 884927d commit 30dac30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/settings/FrontendSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export default function FrontendSettings() {
<CardHeader style={{ marginBottom: '16px' }}>
<h2 style={{ margin: 0 }}>Frontend</h2>
</CardHeader>
<CardBody>
<h3 style={{ margin: 0 }}>Shortcodes</h3>
<p style={{ color: 'rgb(117, 117, 117)', marginBottom: 0 }}>Display Asana projects and tasks on your website by using Completionist's shortcodes. <ExternalLink href='https://docs.purpleturtlecreative.com/completionist/shortcodes/'>See&nbsp;available&nbsp;shortcodes</ExternalLink></p>
</CardBody>
<CardBody>
<form onSubmit={handleUpdateAsanaFrontendAuthUserID}>
<MissingPermissionsBadgeGroup
Expand Down Expand Up @@ -100,7 +104,7 @@ export default function FrontendSettings() {
</form>
</CardBody>
<CardDivider style={{ marginTop: '16px' }} />
<CardBody style={{ display: 'block' }}>
<CardBody>
<h3 style={{ marginBottom: 0 }}>Asana Data Cache</h3>
<p style={{ color: 'rgb(117, 117, 117)', marginBottom: 0 }}>Completionist efficiently loads Asana projects and tasks on your website's frontend by caching the associated data for a period of time.</p>
</CardBody>
Expand Down

0 comments on commit 30dac30

Please sign in to comment.