0.1.4 • Published 4 years ago

@liquify/schema-stores v0.1.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

@liquify/schema-stores

This module contains JSON Schema Stores which are used by the Liquify IDE extension/package tool. This package is available on the npm registry for modules consumed by the Liquify text editor extension/plugin.

Why?

Liquify supports completions and validations for JSON files and embedded regions. Projects using the Liquify IDE tool require these stores to provide intellisense features.

Install

<pnpm|npm|yarn> i @liquify/schema-stores

Usage

This is a node module, it is not supported in browsers. You can access the schemas via the default export if you need it. However, the CDN endpoints suffice, use those unless you are are working on the project.

import stores from "@liquify/schema-stores";

const store = stores("filename"); // without the .json extension

CDN

Each store can referenced via CDN in JSON files.

StoreCDN
Liquidrchttps://schema.liquify.dev/liquidrc.json
Liquid Specificationshttps://schema.liquify.dev/specifications.json
Shopify Sectionshttps://schema.liquify.dev/shopify/sections.json
Shopify Localeshttps://schema.liquify.dev/shopify/locales.json
Shopify Settingshttps://schema.liquify.dev/shopify/settings.json
Jekyll Confighttps://schema.liquify.dev/shopify/jekyll.json

Author

🥛 Νίκος Σαβίδης

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago