A pack of Joomla! 3 custom fields plugins.
If you need only a single field type, unpack package file pkg_bpfields_v*.zip
and find your desired field in /packages
directory.
Checkbox that allows you to use WYSIWYG editor to prepare checkbox label. Helpful when creating "Terms of use" checkboxes cause of GDPR law.
Dropdown list of files in provided directory. Allows you to show list of all (not only media) files in provided directory. Useful to create attachments functionality to articles.
To build installation packages stright from repo you have to clone it and have composer
installed globaly.
Then do as follows:
composer install
composer build
- Your installation zip files should now be read in
/.build
directory.
- Fixed layout overrides path order
- Added missing input ID and NAME attributes
- Moving HTML to layout file to allow override
- Include scripts only if they are required