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
Copy file name to clipboardexpand all lines: nikola/plugins/command/import_wordpress.py
+36-1
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,12 @@ class CommandImportWordpress(Command, ImportMixin):
191
191
'type': bool,
192
192
'help': "Automatically installs the WordPress page compiler (either locally or in the new site) if required by other options.\nWarning: the compiler is GPL software!",
193
193
},
194
+
{
195
+
'name': 'tag_saniziting_strategy',
196
+
'long': 'tag-saniziting-strategy',
197
+
'default': 'first',
198
+
'help': 'lower: Convert all tag and category names to lower case\nfirst: Keep first spelling of tag or category name',
0 commit comments