Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netlify CMS - Automate GUID and URI generation #465

Closed
piers-sinclair opened this issue Apr 13, 2021 · 2 comments
Closed

Netlify CMS - Automate GUID and URI generation #465

piers-sinclair opened this issue Apr 13, 2021 · 2 comments

Comments

@piers-sinclair
Copy link
Contributor

piers-sinclair commented Apr 13, 2021

@bradystroud @william-liebenberg
In Netlify CMS, the GUID and URI fields are shown to the user. It would be a better UX if these fields were hidden and automatically populated with values.

We will likely need a custom widget to do this.
The GUID field should be hidden.
The URI field should still be editable.

In Netlify CMS:

  1. Automate GUID generation
  2. Automate URI generation

AB#61018

@taineriley1
Copy link
Contributor

taineriley1 commented Jul 19, 2021

CC: @pierssinclairssw @bradystroud @william-liebenberg

The automatic GUID generation has been implemented as seen in PR #593.

It is not possible to automate the URI generation at this stage as there is no feature to access values of other input fields. The value in the title field cannot be read dynamically to generate a URI from it.

A separate issue #595 has been created for the URI generation.

@taineriley1
Copy link
Contributor

cc: @bradystroud @william-liebenberg
Hi Piers,

  1. Automate GUID generation

Done -

image
Figure: No GUID field in Netlify CMS

Thanks,
Taine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants