Skip to content

Unify slug field behavior across content forms #97

Description

@tib

The slug UI is inconsistent between add and edit forms for posts, tags, authors, and other content. Some forms show a non-editable prefix, while others expose the complete slug, including the prefix, as editable text.

Goal:
Provide one consistent slug editing experience across all content types.

Checklist:

  • Define a shared slug field component
  • Separate non-editable prefixes from editable slug values
  • Use the same behavior in add and edit forms
  • Apply the pattern to posts, tags, authors, and other slug-based models
  • Validate uniqueness and allowed characters
  • Preserve existing slugs during editing unless explicitly changed
  • Add UI and backend tests

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions