Closed Tring-Jagannath closed 6 months ago
Fonts are standard design token fields: https://docs.easyblocks.io/essentials/configuration#config.tokens - the font faces should just be added in head
section of your front-end (in a standard way). Easyblocks doesn't handling loading fonts (on purpose - to give you max flexibility)
Easyblocks doesn't handle storing images either. The images are just external data: https://docs.easyblocks.io/essentials/external-data. The widgets for images in the demo can be found in the demo code (https://github.com/easyblockshq/page-builder-demo/tree/main/src/app/easyblocks/externalData)
HI, I have checked the shopstory demo it was working nice, but I want to add my own Images and Fonts how do i add them? and also where does all data get saved?