Skip to content

Commit

Permalink
chore: Align template path names.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Jul 21, 2021
1 parent 113a3fb commit 838b077
Show file tree
Hide file tree
Showing 25 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/http/static/default.json
Expand Up @@ -24,7 +24,7 @@
},
{
"StaticAssetHandler:_assets_key": "/idp/style.css",
"StaticAssetHandler:_assets_value": "$PACKAGE_ROOT/templates/idp/email-password-interaction/main.css"
"StaticAssetHandler:_assets_value": "$PACKAGE_ROOT/templates/identity/email-password/main.css"
}
]
}
Expand Down
Expand Up @@ -14,7 +14,7 @@
"args_idpPath": "/idp",
"args_templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/resetPasswordEmail.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/reset-password-email.html.ejs"
},
"args_emailSender": { "@id": "urn:solid-server:default:EmailSender" }
},
Expand All @@ -27,7 +27,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/emailSent.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/email-sent.html.ejs"
}
},
{
Expand All @@ -36,7 +36,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/forgotPassword.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/forgot-password.html.ejs"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/identity/handler/interaction/handlers/initial.json
Expand Up @@ -16,7 +16,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/confirm.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/confirm.html.ejs"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion config/identity/handler/interaction/handlers/login.json
Expand Up @@ -20,7 +20,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/login.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/login.html.ejs"
}
}
]
Expand Down
Expand Up @@ -25,7 +25,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/register.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/register.html.ejs"
}
},
{
Expand All @@ -34,7 +34,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/registerResponse.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/register-response.html.ejs"
}
}
]
Expand Down
Expand Up @@ -33,7 +33,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/resetPassword.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/reset-password.html.ejs"
}
},
{
Expand All @@ -42,7 +42,7 @@
"@type": "TemplateHandler",
"templateEngine": {
"@type": "EjsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/idp/email-password-interaction/message.ejs"
"template": "$PACKAGE_ROOT/templates/identity/email-password/message.html.ejs"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions config/util/representation-conversion/default.json
Expand Up @@ -30,10 +30,10 @@
"@type": "ErrorToTemplateConverter",
"templateEngine": {
"@type": "HandlebarsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/error/main.md"
"template": "$PACKAGE_ROOT/templates/error/main.md.hbs"
},
"templatePath": "$PACKAGE_ROOT/templates/error/descriptions/",
"extension": ".md",
"extension": ".md.hbs",
"contentType": "text/markdown"
},
{
Expand All @@ -42,7 +42,7 @@
"templateEngine": {
"@id": "urn:solid-server:default:MainTemplateEngine",
"@type": "HandlebarsTemplateEngine",
"template": "$PACKAGE_ROOT/templates/main.html"
"template": "$PACKAGE_ROOT/templates/main.html.hbs"
}
}
]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 838b077

Please sign in to comment.