Added support to set crawlable short URLs during creation and edition

This commit is contained in:
Alejandro Celaya
2021-06-23 19:52:19 +02:00
parent 3a57416525
commit 5ef719c592
5 changed files with 65 additions and 17 deletions

View File

@@ -25,3 +25,5 @@ export const supportsQrCodeMargin = supportsShortUrlTitle;
export const supportsTagsInPatch = supportsShortUrlTitle;
export const supportsBotVisits = serverMatchesVersions({ minVersion: '2.7.0' });
export const supportsCrawlableVisits = supportsBotVisits;