You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some pages have a custom slug, used to generate the URL.
The import process deals with it correctly: it takes the post-name or the "filename" in the URL if the first is missing.
The problem is that the export procedure doesn't export the post-name correctly. It is setting both Name and Title to the umbraco node name
The name property should be set as the slug (or umbracoUrlName) or left empty (so that the URL is taken during the import).
Seems an easy fix, I'll send a PR. Too bad I discovered it after I imported all my posts 😢
The text was updated successfully, but these errors were encountered:
Some pages have a custom slug, used to generate the URL.
The import process deals with it correctly: it takes the
post-name
or the "filename" in the URL if the first is missing.The problem is that the export procedure doesn't export the
post-name
correctly. It is setting bothName
andTitle
to the umbraco node nameThe name property should be set as the slug (or
umbracoUrlName
) or left empty (so that the URL is taken during the import).Seems an easy fix, I'll send a PR. Too bad I discovered it after I imported all my posts 😢
The text was updated successfully, but these errors were encountered: