htccs / bitrix_custom_properties_module
Bitrix custom iblock properties module. Allows to resize pictures within iblock section and element context.
Package info
github.com/HighTechnologiesCenter/bx-resize-property-module
Type:bitrix-module-installer
pkg:composer/htccs/bitrix_custom_properties_module
1.0.1
2015-03-29 20:48 UTC
Requires
- php: >=5.3.0
- htccs/bitrix-module-installer-plugin: 1.0.*
This package is not auto-updated.
Last update: 2026-03-09 19:10:16 UTC
README
Module adds picture resizing iblock and user properties.
Classic Installing
- Download module and place it in
/bitrix/modules/custompropertiesmodule/or/local/modules/custompropertiesmodule/ - Initialize module in your init.php like this:
CModule::IncludeModule('custompropertiesmodule');
or
\Bitrix\Main\Loader::includeModule('custompropertiesmodule');
Composer Installing
- Add
"htccs/bitrix_custom_properties_module": "1.0.0-beta"to require section of yourcomposer.json - Initialize Composer installing
- Initialize module in your init.php like this:
CModule::IncludeModule('custompropertiesmodule');
or
\Bitrix\Main\Loader::includeModule('custompropertiesmodule');
Using
You can see new property types in iblock properties settings and in user properties settings. You can change resize type (resize/crop) and picture height/width in properties settings.