2017 © Pedro Peláez
 

neos-package neos-simple-table

Simple Html-Table NodeType for Neos CMS

image

itoop/neos-simple-table

Simple Html-Table NodeType for Neos CMS

  • Thursday, July 20, 2017
  • by itoop
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

ITOOP Neos-Simple-Table

Simple Html-Table NodeType for Neos CMS >= 5.0, (*1)

Fork of https://github.com/dlubitz/vivomedia-neos-simple-table with additions., (*2)

What it provides

Easily adding a Table-NodeType in Neos CMS., (*3)

At the moment you can provide the data as CSV string. This will be parsed and rendered as HTML-Table., (*4)

Choose if a header row and/or a highlight column needs to be rendered., (*5)

Install

Install via composer:, (*6)

php composer.phar require "itoop/neos-simple-table" "^0.2"

Usage

Just add well formated Csv with semicolon (;) as delimiter into the data-field of the inspector. Choose if your data contains any header data and if you need the first column highlighted. Select columns which shall be aligned right oder center; default is left., (*7)

Screenshots

Resulting table, (*8)

The Versions

20/07 2017

dev-master

9999999-dev

Simple Html-Table NodeType for Neos CMS

  Sources   Download

MIT

The Requires