strapi-page-url-viewer

0.0.9 • Public • Published

Strapi plugin page-url-viewer

Installation

  1. Run 'npm i strapi-page-url-viewer' to install from NPM

  2. Open the plugins.js file located in 'cms/config/' and add the following:

'strapi-page-url-viewer': {
    enabled: true
  }
  1. Run strapi's build script and wait for it to run its course.

  2. After the Strapi instance has been started and is ready to access, click the plugin link on the left-hand menu to configure it. From here, enter the root URL of the frontend, this will then be used to construct the individual links in the content areas. Note that the plugin will only notice content that has a valid 'slug' field.

Make absolutely sure that the url in the config has either a 'https://' or at the very least 'http://' (usually a local address) at the very start, and avoid adding a '/' at the end (this is due to be made more automatic in future).

Readme

Keywords

none

Package Sidebar

Install

npm i strapi-page-url-viewer

Weekly Downloads

23

Version

0.0.9

License

MIT

Unpacked Size

22.6 kB

Total Files

30

Last publish

Collaborators

  • sam.fereday