No content to show
User Activity
10-26-2023
To clarify, do you mean that you have one React App situated outside the extensions directory? I'm having trouble understanding how this setup would function with multiple Liquid files. My aim is to create a variety of independent Liquid blocks that ...
10-25-2023
Thanks @Jamflynt for the answer. Yes, it seems that it can be achieved by passing the data in data-attributes. I will test it. It would probably look something like this? <divid="react-container"data-theme-color="{{ settings.color_id }}"data-theme-ti...
10-24-2023
Everything seems to be great, but I'm wondering if there is a possibility to directly use block settings and translations located in the /locales directory in theme-app-extensions in the React code? For example:I would like to be able to define the c...
Hi,I'm facing with an error 422 Unprocessable Content after customer registration. I've added an extension block to the customer/register page, which extends the customer registration form. However, even when the additional fields are not filled in, ...