Changes between Version 5 and Version 7 of Ticket #51092
- Timestamp:
- 08/21/2020 05:57:15 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51092 – Description
v5 v7 41 41 "description": "Please supply the slug, if the code relates to a plugin or a theme.", 42 42 "type": "string" 43 }, 44 "componentVersion": { 45 "description": "Please supply the plugin or theme's version number, or the Core version, if the component is Core.", 46 "type": "string" 43 47 } 44 48 } … … 97 101 } 98 102 }, 99 "APIEndpoints": { 100 "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain.", 101 "type": "string" 103 "openWebParticipation": { 104 "type": "object", 105 "properties": { 106 "APIEndpoints": { 107 "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain.", 108 "type": "string" 109 }, 110 "Feeds": { 111 "description": "Please provide a comma-separated list of URLs for any internal feeds that are created by the code, using example.com as the domain.", 112 } 102 113 }, 103 114 "clientSideStorage": { … … 131 142 "CreatesCustomTables": { 132 143 "description": "Please indicate TRUE / FALSE as to whether the code creates any custom tables in the database.", 144 "type": "boolean" 145 } 146 } 147 }, 148 "otherStorage": { 149 "type": "object", 150 "properties": { 151 "writesToTxtLogs": { 152 "type": "boolean" 153 }, 154 "altersFileStructure": { 133 155 "type": "boolean" 134 156 } … … 185 207 } 186 208 } 209 } 210 }