1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 17:24:46 +02:00
This commit is contained in:
Ryan Cramer
2021-04-19 10:18:59 -04:00
parent dbfd01a472
commit ace2dafb29

View File

@@ -1580,7 +1580,7 @@ class Pageimage extends Pagefile {
$original = null;
$replacements = array();
$properties = array(
'url', 'httpUrl', 'URL', 'HTTPURL',
'url', 'src', 'httpUrl', 'URL', 'HTTPURL',
'description', 'alt', 'tags', 'ext', 'class',
'width', 'height', 'hidpiWidth', 'hidpiHeight',
);