|
138 | 138 | "method": "POST", |
139 | 139 | "url": "/api/theme/#{newThemeId}", |
140 | 140 | "body": { |
141 | | - "sourceThemeId": "75a068fd-e94b-451a-9aeb-3ddb9a3b5987", |
142 | 141 | "theme": { |
143 | | - "name": "React theme" |
| 142 | + "name": "Thymeleaf theme", |
| 143 | + "defaultMessages": "@{templates/defaultMessages.txt}", |
| 144 | + "stylesheet": "@{css/styles.css}", |
| 145 | + "templates": { |
| 146 | + "accountEdit": "@{templates/accountEdit.ftl}", |
| 147 | + "accountIndex": "@{templates/accountIndex.ftl}", |
| 148 | + "accountTwoFactorDisable": "@{templates/accountTwoFactorDisable.ftl}", |
| 149 | + "accountTwoFactorEnable": "@{templates/accountTwoFactorEnable.ftl}", |
| 150 | + "accountTwoFactorIndex": "@{templates/accountTwoFactorIndex.ftl}", |
| 151 | + "accountWebAuthnAdd": "@{templates/accountWebAuthnAdd.ftl}", |
| 152 | + "accountWebAuthnDelete": "@{templates/accountWebAuthnDelete.ftl}", |
| 153 | + "accountWebAuthnIndex": "@{templates/accountWebAuthnIndex.ftl}", |
| 154 | + "confirmationRequired": "@{templates/confirmationRequired.ftl}", |
| 155 | + "emailComplete": "@{templates/emailComplete.ftl}", |
| 156 | + "emailSend": "@{templates/emailSend.ftl}", |
| 157 | + "emailSent": "@{templates/emailSent.ftl}", |
| 158 | + "emailVerificationRequired": "@{templates/emailVerificationRequired.ftl}", |
| 159 | + "emailVerify": "@{templates/emailVerify.ftl}", |
| 160 | + "helpers": "@{templates/helpers.ftl}", |
| 161 | + "index": "@{templates/index.ftl}", |
| 162 | + "oauth2Authorize": "@{templates/oauth2Authorize.ftl}", |
| 163 | + "oauth2AuthorizedNotRegistered": "@{templates/oauth2AuthorizedNotRegistered.ftl}", |
| 164 | + "oauth2ChildRegistrationNotAllowed": "@{templates/oauth2ChildRegistrationNotAllowed.ftl}", |
| 165 | + "oauth2ChildRegistrationNotAllowedComplete": "@{templates/oauth2ChildRegistrationNotAllowedComplete.ftl}", |
| 166 | + "oauth2CompleteRegistration": "@{templates/oauth2CompleteRegistration.ftl}", |
| 167 | + "oauth2Consent": "@{templates/oauth2Consent.ftl}", |
| 168 | + "oauth2Device": "@{templates/oauth2Device.ftl}", |
| 169 | + "oauth2DeviceComplete": "@{templates/oauth2DeviceComplete.ftl}", |
| 170 | + "oauth2Error": "@{templates/oauth2Error.ftl}", |
| 171 | + "oauth2Logout": "@{templates/oauth2Logout.ftl}", |
| 172 | + "oauth2Passwordless": "@{templates/oauth2Passwordless.ftl}", |
| 173 | + "oauth2Register": "@{templates/oauth2Register.ftl}", |
| 174 | + "oauth2StartIdPLink": "@{templates/oauth2StartIdPLink.ftl}", |
| 175 | + "oauth2TwoFactor": "@{templates/oauth2TwoFactor.ftl}", |
| 176 | + "oauth2TwoFactorEnable": "@{templates/oauth2TwoFactorEnable.ftl}", |
| 177 | + "oauth2TwoFactorEnableComplete": "@{templates/oauth2TwoFactorEnableComplete.ftl}", |
| 178 | + "oauth2TwoFactorMethods": "@{templates/oauth2TwoFactorMethods.ftl}", |
| 179 | + "oauth2Wait": "@{templates/oauth2Wait.ftl}", |
| 180 | + "oauth2WebAuthn": "@{templates/oauth2WebAuthn.ftl}", |
| 181 | + "oauth2WebAuthnReauth": "@{templates/oauth2WebAuthnReauth.ftl}", |
| 182 | + "oauth2WebAuthnReauthEnable": "@{templates/oauth2WebAuthnReauthEnable.ftl}", |
| 183 | + "passwordChange": "@{templates/passwordChange.ftl}", |
| 184 | + "passwordComplete": "@{templates/passwordComplete.ftl}", |
| 185 | + "passwordForgot": "@{templates/passwordForgot.ftl}", |
| 186 | + "passwordSent": "@{templates/passwordSent.ftl}", |
| 187 | + "phoneComplete": "Phone complete template", |
| 188 | + "phoneSent": "Phone sent template", |
| 189 | + "phoneVerificationRequired": "Phone verification required template", |
| 190 | + "phoneVerify": "Phone verify template", |
| 191 | + "registrationComplete": "@{templates/registrationComplete.ftl}", |
| 192 | + "registrationSend": "@{templates/registrationSend.ftl}", |
| 193 | + "registrationSent": "@{templates/registrationSent.ftl}", |
| 194 | + "registrationVerificationRequired": "@{templates/registrationVerificationRequired.ftl}", |
| 195 | + "registrationVerify": "@{templates/registrationVerify.ftl}", |
| 196 | + "samlv2Logout": "@{templates/samlv2Logout.ftl}", |
| 197 | + "unauthorized" : "@{templates/unauthorized.ftl}" |
| 198 | + } |
144 | 199 | } |
145 | 200 | } |
146 | 201 | }, |
|
0 commit comments