0.3releasedDynamic Text Field

The Dynamic Text Field is an extension for Symphony CMS that allows you to continually add text boxes to an entry.

Clone URLhttps://github.com/pixelninja/dynamic_text_field.git

Add as a submodulegit submodule add https://github.com/pixelninja/dynamic_text_field.git extensions/dynamic_text_field --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNoNoNo0.30.30.30.30.30.30.30.30.30.30.3

Readme

Dynamic Text Field

The Dynamic Text Field allows you to continually add text boxes to an entry. Essentially it's the same as @brendo's Meta Keys extension, but doesn't require a key/value pair.

Installation

  1. Upload the /dynamic_text_field folder to your Symphony /extensions folder.
  2. Enable it by selecting the "Text Field", choose Enable from the with-selected menu, then click Apply.
  3. You can now add the "Text Field" field to your Sections.

Thanks

This is heavily based on @brendo's Meta Keys extension, so a big shout out to the legend.

Version history

Requires Symphony 2.7.x

  • Add a min-height to prevent overflow

Requires Symphony 2.7.x

  • Fix bug where entries with only 1 value would display the first letter only

Requires Symphony 2.7.x

  • Initial Public Release