Correct `title` to `name`. I'm unsure if `title` is also accepted, I haven't tested it. Please close this PR if this fix is not valid.
@@ -356,7 +356,7 @@ pages:
### Properties
| Name | Type | Required | Default |
| ---- | ---- | -------- | ------- |
-| title | string | yes | |
+| name | string | yes | |
| slug | string | no | |
| width | string | no | |
| center-vertically | boolean | no | false |