shared-powerup-output-type-block
/
1.0.0
shared-powerup-output-type-block 1.0.0
Install from the command line:
Learn more about npm packages
$ npm install @arcxp/shared-powerup-output-type-block@1.0.0
Install via package.json:
"@arcxp/shared-powerup-output-type-block": "1.0.0"
About this version
This package provides an outputType to use for Power Ups with only the bare necessities, excluding any additional functionality commonly added (Analytics, Ads, etc.). Use this package only internally with Power Ups.
If the Power Up should not be reached from outside of Arc XPs tools, add a redirect rule in Delivery > Redirect UI from the Home screen. Inside Composer, only use the *.arcpublishing.com domain.
Add this Component as a dependency in package.json
with the newest version. Then create a new file powerup.jsx
in /components/output-types
to create a new outputType. Then import and use the Component as displayed in the following example:
import React from 'react';
import Power UpOutputType from '@arcxp/shared-powerup-output-type-block';
export default (props) => <Power UpOutputType {...props} />;
Details
- shared-powerup-output-type-block
- arcxp
- about 1 year ago
- MIT
Assets
- shared-powerup-output-type-block-1.0.0.tgz
Download activity
- Total downloads 8
- Last 30 days 0
- Last week 0
- Today 0