Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Count the amount of chars within a content collection

Notifications You must be signed in to change notification settings

di-unternehmer/DIU.Neos.Ui.CharacterCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIU.Neos.Ui.CharacterCount

!!! This repo is not maintained anymore and therefore archived

Little package to display a total character count in the main content collection of the current document node.

Installation

  1. Composer require diu/neos-ui-charactercount

  2. Add the mixin to all nodetypes that you want to have the limit:

'Neos.Neos:Document':
  superTypes:
    DIU.Neos.Ui.CharacterCount:CharacterCountLimitMixin: true

Configuration

Adjust the defaultValue of characterCountLimit to have different defaults per nodetypes.

Adjust Neos.Neos.Ui.frontendConfiguration.DIU_CharacterCount.textProperties in order to define which properties should count towards the character count limit (text and title by default).

Development

Go to Resources/Private/CharacterCount and do yarn && yarn build (or yarn watch).

About

Count the amount of chars within a content collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •