1.1.1 • Published 1 year ago

@finsweet/attributes-support v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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
1.1.1

1 year ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-beta.0

2 years ago