mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
ae6e7d9134
commit
a33378a497
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const BetaFeatures: React.FC = () => {
|
|||
title='Show post excerpt inline' />
|
||||
<LabItem
|
||||
action={<FeatureToggle flag="additionalPaymentMethods" />}
|
||||
detail={<>Enable support for PayPal, iDEAL, WeChat Pay and others. <a className='text-green' href="https://ghost.org/help/payment-methods" rel="noopener noreferrer" target="_blank">Learn more →</a></>}
|
||||
detail={<>Enable support for CashApp, iDEAL, Bancontact, and others. <a className='text-green' href="https://ghost.org/help/payment-methods" rel="noopener noreferrer" target="_blank">Learn more →</a></>}
|
||||
title='Additional payment methods' />
|
||||
<LabItem
|
||||
action={<FeatureToggle flag='i18n' />}
|
||||
|
|
Loading…
Reference in a new issue