craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

respect importing valid slugs #1342

Closed i-just closed 1 year ago

i-just commented 1 year ago

Description

This PR adjust the slug-importing behaviour. If the slug from the feed is considered valid (after normalization), it will be used; otherwise, it will do what it does now - run it through the _createSlug() method, which will turn it into a kebab-cased string.

Before this change (assuming you haven’t changed the slugWordSeparator config):

After:

Related issues

603