Skip to content

Commit

Permalink
docs(Paywall): Fixes premium examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Sep 5, 2024
1 parent 546617e commit e5e53df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react/Paywall/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ const makeClient = premiumLink =>
}
]
},
'io.cozy.settings/context': {
'io.cozy.settings/io.cozy.settings.context': {
doctype: 'io.cozy.settings',
definition: {
doctype: 'io.cozy.settings',
id: 'io.cozy.settings/context'
id: 'io.cozy.settings/io.cozy.settings.context'
},
data: [
{
id: 'io.cozy.settings/context',
id: 'io.cozy.settings/io.cozy.settings.context',
attributes: {
enable_premium_links: premiumLink,
manager_url: 'http://mycozy.cloud',
Expand Down

0 comments on commit e5e53df

Please sign in to comment.