Small helpers, fields, and requirements to assist users with navigating and using the CMS.
composer require toastnz/toast-cms-helpers
The Reference Field displays an image inside a styled block, with the purpose of showing the user where content will be displayed on the frontend.
$referenceField = ReferenceField::create(
'FieldName', // Can be blank
'Heading / Label',
'Hint / ToolTip',
'example.png' // Image / screenshot filename
);
ReferenceField:
base_image_path: 'mysite/images/reference'
border_color: '#0073aa'
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem