Prevent accidentally using full Drive URL as folder ID (#144)

* Prevent accidentally using full Drive URL as folder ID
This commit is contained in:
Ben McIlwain
2019-07-03 14:22:15 -04:00
committed by GitHub
parent 8afc4f4d3d
commit 0564b207f2
7 changed files with 14 additions and 4 deletions
@@ -240,12 +240,12 @@
{param required: true /}
{/call}
{call registry.soy.forms.inputFieldRowWithValue}
{param label: 'DRIVE ID' /}
{param label: 'Drive ID' /}
{param name: 'driveId' /}
{param value: $driveId /}
{param placeholder: 'required' /}
{param description kind="text"}
Id of this registrar's folder in Drive.
ID (not full URL) of this registrar's folder in Google Drive.
{/param}
{param required: true /}
{/call}