Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Embed preloaded with specific brand template

Adobe Employee ,
Aug 30, 2024 Aug 30, 2024

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

TOPICS
Embed SDK , User Interface
842
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 05, 2024 Sep 05, 2024

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.
 
 
Translate
Adobe Employee ,
Aug 30, 2024 Aug 30, 2024

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.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 05, 2024 Sep 05, 2024

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.
 
 
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 05, 2024 Sep 05, 2024

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 15, 2024 Sep 15, 2024

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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 06, 2024 Nov 06, 2024
 
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?
Captura de Tela 2024-11-06 às 09.04.35.png


Then when the user clicks on a template, the Adobe Express embed opens.
How to do this?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 15, 2024 Nov 15, 2024
LATEST

Hi,

I doubt an endpoint with 160K+ Template UUIDs is available anywhere, I'm afraid.

Davide Barranca | Sr. Developer Relations Engineer @Adobe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines