Add Embed SDK FAQ updates (Clover use case)#289
Conversation
apoos-dev
left a comment
There was a problem hiding this comment.
~Can we avoid redundancy. I see "loginMode" multiple times and same for "terms of use" question and the entitlements question. Can you consolidate them.
~We can also remove this questions "Can generative AI features be disabled?" because it is not a frequently asked question, it was a one off from clover and I think the generative AI is express's USP. @njalal can confirm on this
~I'm not sure if it's okay to mention Adobe IMS in the public FAQ. AFAIK it seems like an internal dependency
~ for "Can I control which templates are shown to user", it's good to also add link to the selectedCategory and other properties like this: https://developer.adobe.com/express/embed-sdk/docs/v4/shared/src/types/editor/app-config-types/interfaces/base-editor-app-config
Hi @apoos-dev Thanks for the feedback!
Please take another look. cc: @nimithajalal |
apoos-dev
left a comment
There was a problem hiding this comment.
added a comment please review
| Entitlements follow the user’s Adobe account subscription: free accounts have limited templates, assets, and generative features; premium accounts have broader access and higher limits. Your app can supply premium access or let users sign in with their own Adobe account. | ||
|
|
||
| Your application can choose to provide premium access to users or allow users to authenticate with their existing Adobe accounts. | ||
| To control how premium generative features appear for users without entitlements, you can use configuration such as `SHOW_FIREFLY_PAYWALL_FOR_UNENTITLED_USERS` (whether they see a paywall when using those features). |
There was a problem hiding this comment.
Can you remove this line. Users cannot configure feature flags themselves
There was a problem hiding this comment.
Thanks @apoos-dev , removed the feature flag configuration line as suggested.I did verify in slack thread and yes it requires Engineering effort.
@nimithajalal could you please take look and provide your comments.
Thanks !
nimithajalal
left a comment
There was a problem hiding this comment.
Left a few comments
…s, add session note
Description
This PR updates the Adobe Express Embed SDK FAQ by incorporating common partner integration questions identified from the Clover use case.
The changes generalize partner-specific questions into reusable documentation and improve clarity around real-world integration scenarios.
Related Issue
N/A
Motivation and Context
The existing SDK FAQ primarily covers basic usage and does not address several common partner integration questions.
This update improves documentation by:
How Has This Been Tested?
localhost)loginMode,appConfig) render correctlyScreenshots (if appropriate):
Types of changes
Documentation update
link : http://localhost:3000/express/embed-sdk/docs/guides/troubleshooting/faq/
Checklist:
NA