1.1.0 • Published 5 months ago

postpace-auth-theme v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Postpace Authorization Theme

Setup

  • Install postpace-auth-theme on npm
  • Add this some code in your js
const path = require("path");
const PixflowAuth = require("postpace-auth-theme");
customElements.define("pixflow-auth", PixflowAuth);
const pixflow_auth = new PixflowAuth();
if(pixflow_auth.redirect_panel_encrypt() == true)
    window.location.href = path.join(window.__adobe_cep__.getSystemPath("extension"),"index.html");
  • Edit ./node_modules/postpace-auth-theme/index.html value of MainPath tag in csxs/manifest.xml
1.1.0

5 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago