An open API service indexing awesome lists of open source software.

https://github.com/adrianbj/imagetextcaption

ProcessWire module for automatically creating image captions from the image description field and displayed when an image is inserted in a RTE field.
https://github.com/adrianbj/imagetextcaption

caption image processwire rte-field

Last synced: 12 months ago
JSON representation

ProcessWire module for automatically creating image captions from the image description field and displayed when an image is inserted in a RTE field.

Awesome Lists containing this project

README

          

ImageTextCaption
================

ProcessWire module for automatically creating image captions from the image description field and displayed when an image is inserted in a RTE field.

##Usage

All you need to do is enter the caption in the main description field for the image. Note that this is the field attached to the image in the image field, rather than the description field that is added when inserting an image in a RTE field.

##How to install

Download and place the module folder named "ImageTextCaption" in: /site/modules/

In the admin control panel, go to Modules. At the bottom of the screen, click the "Check for New Modules" button.

Now scroll to the ImageTextCaption module and click "Install".

##Support and Info
http://processwire.com/talk/topic/1344-captions-for-images-in-tinymce/?p=40246

## License

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)