Skip to content
Snippets Groups Projects
Commit ddb16929 authored by Graham Cole's avatar Graham Cole Committed by Chris Eastwood
Browse files

Issue #2950695 by grahamC: Nonsensical comments in ImageImport plugin

parent 493cf52a
Branches 3.5.x
Tags 3.6.0
No related merge requests found
......@@ -16,10 +16,10 @@ use GuzzleHttp\Exception\ClientException;
*
* Extends the regular file_import plugin but adds the following additional
* optional configuration keys.
* - alt: The uid to attribute the file entity to. Defaults to 0
* - title: Boolean, if TRUE, move the file, otherwise copy the file.
* - width: The uid to attribute the file entity to. Defaults to 0
* - height: Boolean, if TRUE, move the file, otherwise copy the file.
* - alt: The alt attribute for the image
* - title: The title attribute for the image
* - width: The width of the image
* - height: The height of the image
*
* All of the above fields fields support copying destination values. These are
* indicated by a starting @ sign. Values using @ must be wrapped in quotes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment