Allowed URL Prefixes → Extra Start URLs
Changes name, hopefully people have an easier time understanding this now! Will close #476
This commit is contained in:
parent
bc67cc8443
commit
77a46aa2d9
@ -196,7 +196,7 @@ export class ConfigDetails extends LiteElement {
|
||||
this.scopeTypeLabels[crawlConfig?.config.scopeType]
|
||||
)}
|
||||
${this.renderSetting(
|
||||
msg("Allowed URL Prefixes"),
|
||||
msg("Extra Start URLs"),
|
||||
crawlConfig?.config.include?.length
|
||||
? html`
|
||||
<ul>
|
||||
|
@ -898,7 +898,7 @@ https://example.com/path`}
|
||||
${this.renderFormCol(html`
|
||||
<sl-textarea
|
||||
name="allowedExternalUrlList"
|
||||
label=${msg("Allowed URL Prefixes")}
|
||||
label=${msg("Extra Start URLs")}
|
||||
rows="3"
|
||||
autocomplete="off"
|
||||
value=${this.formState.allowedExternalUrlList}
|
||||
|
Loading…
Reference in New Issue
Block a user