Lines 487-492
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
487 |
('ReservesNeedReturns','1','','If ON, a hold placed on an item available in this library must be checked-in, otherwise, a hold on a specific item, that is in the library & available is considered available','YesNo'), |
487 |
('ReservesNeedReturns','1','','If ON, a hold placed on an item available in this library must be checked-in, otherwise, a hold on a specific item, that is in the library & available is considered available','YesNo'), |
488 |
('RESTdefaultPageSize','20','','Default page size for endpoints listing objects','Integer'), |
488 |
('RESTdefaultPageSize','20','','Default page size for endpoints listing objects','Integer'), |
489 |
('RESTOAuth2ClientCredentials','0',NULL,'If enabled, the OAuth2 client credentials flow is enabled for the REST API.','YesNo'), |
489 |
('RESTOAuth2ClientCredentials','0',NULL,'If enabled, the OAuth2 client credentials flow is enabled for the REST API.','YesNo'), |
|
|
490 |
('RESTPublicAPI','1',NULL,'If enabled, the REST API will expose the /public endpoints.','YesNo'), |
490 |
('RestrictedPageLocalIPs','',NULL,'Beginning of IP addresses considered as local (comma separated ex: "127.0.0,127.0.2")','Free'), |
491 |
('RestrictedPageLocalIPs','',NULL,'Beginning of IP addresses considered as local (comma separated ex: "127.0.0,127.0.2")','Free'), |
491 |
('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), |
492 |
('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), |
492 |
('RestrictedPageTitle','',NULL,'Title of the restricted page (breadcrumb and header)','Free'), |
493 |
('RestrictedPageTitle','',NULL,'Title of the restricted page (breadcrumb and header)','Free'), |