No content to show
User Activity
If you want to pass data from one block to another, create a common js file in your assets, then add "javascript" to schema, where you will declare the common-file for example: in assets: common-file.jsthen in each block:--Block A-- {% schema %}
{
"n...
12-16-2023
This works. Using it in Angular as of 12-16-2023. Since there is no types for the packages, the import had to be done like this: // @TS-ignore
import { convertSchemaToHtml } from '@thebeyondgroup/shopify-rich-text-renderer'; The rich text needs to ...