Changes between Version 18 and Version 19 of Ticket #51092
- Timestamp:
- 08/31/2020 07:29:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51092 – Description
v18 v19 272 272 "type": boolean 273 273 }, 274 "additionalItems": false 274 "additionalItems": { 275 "description": "A comma-separated list of capabilities that authorize a user to write information to the database within the code.", 276 "type": "string" 275 277 } 276 278 } … … 296 298 "type": "boolean", 297 299 }, 298 "additionalItems": false 300 "additionalItems": { 301 "description": "A comma-separated list of capabilities that authorize a user to create Custom Post Types within the code.", 302 "type": "string" 303 } 299 304 } 300 305 } … … 321 326 "type": "boolean" 322 327 }, 323 "additionalItems": false 328 "additionalItems": { 329 "description": "A comma-separated list of capabilities that authorize a user to create custom tables within the code.", 330 "type": "string" 324 331 } 325 332 }