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.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | No | No | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.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
- Upload the
/dynamic_text_field
folder to your Symphony/extensions
folder. - Enable it by selecting the "Text Field", choose Enable from the with-selected menu, then click Apply.
- 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