WP Manifestindependent plugin directory
manifest / editor / content-list

Content List

A flexible Content curation WordPress Gutenberg block.

by 10up Inc. · github.com/jaredrethman/content-list · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jaredrethman/content-list/archive/refs/heads/master.zip

Requires:

  • Node >= 8.12.2
  • WordPress >= v5.2
  • PHP >= 7.2

Features:

  • WebPack 4 for Module Bundling. WebPack-Dev-Server for development.
  • Hot Module Replacement with react-hot-loader.
  • Any post type, and associated taxonomy, content fetching.
  • Sortable components.
  • Component visibility toggling.
  • Individual slot curation.
  • Fetched content sorting.
  • Dynamic content slots.

Developing:

  • npm i && npm run dev, or for https dev:s.

Deploying:

  • npm run deploy, which is an alias for npm run prod && npm run build

Road-map:

  • Add Jest.

Known issues:

  • When npm run dev & SCRIPT_DEBUG is set to true. There is a warning in the console relating to React Sortable HOC on this issue.