Simple List – WarpKnot CMS Plugin

Overview

This is a module for the free open source WarpKnot CMS.
The CMS is available at https://warpknot.com/.

Simple list is a list add-on that can be installed on the WarpKnot CMS.
Built for a clean and uncomplicated usage aimed at the user.

Features

Easy to use
Clean Design

Requirements

WarpKnot CMS – Website CMS With Page Builder
Please download the CMS from https://warpknot.com/

Instructions

1. Installing the Plugin

  1. Copy the directory named “SimpleList” from the module directory, to the “module” directory from the WarpKnot CMS
  2. Once the plugin was moved into the new directory, on your recently installed CMS, navigate to the “Database: Migrations” section, on the admin and install your new module.

2. Installing the theme

  1. Copy the directory named “simplelist” from the themes directory, to the “themes” directory from the WarpKnot CMS
  2. Update your application.php file, that’s located into your CMS config directory in order to use the new theme.
    • Example
           '_THEME' => 'simplelist',     ...     // Resources : Front     '_FRONT_JS_RESOURCES'  => [         '/themes/simplelist/dist/scripts/lib.js',         '/themes/simplelist/dist/scripts/script.js'     ],     '_FRONT_CSS_RESOURCES' => [         '/themes/simplelist/dist/styles/main.css?v=1.0.0',     ]                       

3. Module Links

  1. New: http(s)://domain.com/new-list
  2. List: http(s)://domain.com/l/{list_url}

Related