Display a text field that automatically slugify its content.
| Setting name | Description |
| Default Value | Appears when creating a new post |
| Placeholder Text | Appears within the input |
| Prepend | Appears before the input |
| Append | Appears after the input |
| Character Limit | Leave blank for no limit |
$slug = get_field('slug');
// my-slug$slug = get_field('slug', false, false);
// my-slug