We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d063a4 + 1f3d946 commit 73b07a7Copy full SHA for 73b07a7
startup_scripts/280_custom_links.py
@@ -23,7 +23,7 @@ def get_content_type_id(content_type):
23
if link["content_type_id"] is None:
24
print(
25
"⚠️ Unable to create Custom Link '{0}': The content_type '{1}' is unknown".format(
26
- link.get('name'), content_type
+ link.get("name"), content_type
27
)
28
29
continue
0 commit comments