Copy link to clipboard
Copied
Greetings everyone.
Customer wants to use Embed in such a way that, when first loaded, it comes up with a specific template already.
Any clues no how to achieve this?
TIA
I'm not always right! An engineering team member says this:
It is possible to load the Express with a specific template.
createWithTemplate(
docConfig: Editor.CreateWithTemplateDocConfig,
appConfig?: FirstParty.Editor.EditorAppConfig,
exportConfig?: ExportConfig,
containerConfig?: ContainerConfig
) : void;
Let us know if you need any clarification on this.
Copy link to clipboard
Copied
It's not currently possible.
(Since you're an Adobe employee, I'll mention there's an Adobe internal #embed-support Slack channel you can reach out to.)
Copy link to clipboard
Copied
I'm not always right! An engineering team member says this:
It is possible to load the Express with a specific template.
createWithTemplate(
docConfig: Editor.CreateWithTemplateDocConfig,
appConfig?: FirstParty.Editor.EditorAppConfig,
exportConfig?: ExportConfig,
containerConfig?: ContainerConfig
) : void;
Let us know if you need any clarification on this.
Copy link to clipboard
Copied
Sorry to jump in on someone else's conversation before they've replied, but this is great.
I can't immediately see from reading this snippet where you would specify the brand template doc id you want to open.
Copy link to clipboard
Copied
Hi, When you open a template in Express this is visible in the path of the URL.
E.g. - For this template
https://new.express.adobe.com/design/template/urn:aaid:sc:VA6C2:70767a4e-aee3-5b6c-8cce-84690599301f...
"urn:aaid:sc:VA6C2:70767a4e-aee3-5b6c-8cce-84690599301f" is the template id.
Copy link to clipboard
Copied
Right, and in which endpoint can I get this list of templates with ids and thums so I can create them on my website exactly like the image I attached?
Then when the user clicks on a template, the Adobe Express embed opens.
How to do this?
Copy link to clipboard
Copied
Hi,
I doubt an endpoint with 160K+ Template UUIDs is available anywhere, I'm afraid.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now