@finsweet/attributes-support

1.1.1 • Public • Published

Attribute Automated Support

Installation

Option 1: Run in a page with attributes already loaded

Enter the query string into url, example:

https://my-website.webflow.io?fs-attributes-support=true

Option 2: Add to your web page the following HTML tags

<script async 'https://cdn.jsdelivr.net/npm/@finsweet/attributes-support@1/support.js'></script>

Options 3: Run the loading script on your console

  • Open Dev Tools - F12
  • Click Console
  • Copy and paste the following code
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';

script.src = 'https://cdn.jsdelivr.net/npm/@finsweet/attributes-support@1/support.js';
head.appendChild(script);
  • Click enter to execute.

Oficial documentation CMS Load

https://www.finsweet.com/attributes/cms-load/

Contribution

Instalation

  • First install dependencies
yarn
  • Run quality chain to check if everything is ok for start.
yarn tsc && yarn lint &&  yarn run check && yarn build && yarn test

Readme

Keywords

none

Package Sidebar

Install

npm i @finsweet/attributes-support

Weekly Downloads

1

Version

1.1.1

License

none

Unpacked Size

404 kB

Total Files

3

Last publish

Collaborators

  • erikmejias
  • alexiglesias