This feature is only available for image file types. Setting crop: false and focalPoint: false in your Upload config will disable the respective selector in the Admin panel. Image cropping occurs before any resizing, the resized images will therefore be generated from the cropped image (not the original image). If no resizing options are specified… Continue reading Crop and Focal Point Selector in payload
Tag: webapplication
Payload-wide Upload options in Payload
Payload relies on the express-fileupload package to manage file uploads in Express. In addition to the Upload options specifiable on a Collection by Collection basis, you can also control the express-fileupload options by passing your base Payload config an upload property containing an object supportive of all express-fileupload properties which use Busboy under the hood.… Continue reading Payload-wide Upload options in Payload
Email Verification in payload CMS
If you’d like to require email verification before a user can successfully log in, you can enable it by passing true or an options object to auth.verify. The following options are available: generateEmailHTML The function that accepts one argument, containing { req, token, user }, allows for overriding the HTML within emails sent to users… Continue reading Email Verification in payload CMS
Workflow of connecting MariaDB (mysql) with the Database
Open XAMPP and enable Apache and mysql in the XAMPP. A database was created in the http://localhost/phpmyadmin/index.php. I have created a table width database name “nodedb” and table name users. I have entered some values in the columns, and I have to get the values as API in the frontend. For database connection, I have… Continue reading Workflow of connecting MariaDB (mysql) with the Database
Proposal for Resource Booking Functionality Integration into Web Application
Proposal Summary This proposal encompasses the solution design of custom resource booking feature for “GRW007 Bookable Resource” from Work Order Management page. Requirement Growire would like to develop a booking feature for a custom record “GRW007 Bookable Resource”, from within the Work Order Management App. In the Web App, it certainly shows the… Continue reading Proposal for Resource Booking Functionality Integration into Web Application