With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
By default if a custom component doesn’t use a template or html property, it will use the default twig that Site Studio provides. This default template will render a `<div>` that has a class of the id of the custom component. All field values will be accessible via a data attribute on that div `data-ssa-custom-component` and stored as a JSON object.
If the custom component contains any dropzone, each one of them will be rendered in a `<template>` inside the div and can be retrieved by a data attribute `data-dropzone-id` where the value will be `dropzone-[uuid-of-the-dropzone]`. You can find the uuid of a dropzone in the `canvas` object of the custom component form Json.
If this content did not answer your questions, try searching or contacting our support team for further assistance.