Skip to content

js, config: Add option to show/hide website field in comment form#1111

Merged
jelmer merged 1 commit into
isso-comments:masterfrom
pkvach:feat/show-hide-website-field
May 1, 2026
Merged

js, config: Add option to show/hide website field in comment form#1111
jelmer merged 1 commit into
isso-comments:masterfrom
pkvach:feat/show-hide-website-field

Conversation

@pkvach

@pkvach pkvach commented May 1, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • All new and existing tests are passing
  • (If adding features:) I have added tests to cover my changes
  • (If docs changes needed:) I have updated the documentation accordingly.
  • I have added an entry to CHANGES.rst because this is a user-facing change or an important bugfix
  • I have written proper commit message(s)

What changes does this Pull Request introduce?

Add a configuration option website-field to control whether the Website input is shown in the comment form. When set to false, the website field is hidden without CSS hacks.
Default is true for backward compatibility.

Example

image

To verify, set website-field = false in the config and reload the comment form, the website field shouldn’t show up.

Why is this necessary?

Closes #916

Add a configuration option `website-field` to control whether the Website input is shown in the comment form.
Default is true for backward compatibility.

Closes isso-comments#916
@pkvach pkvach force-pushed the feat/show-hide-website-field branch from 5311dbc to a795151 Compare May 1, 2026 11:46
@jelmer jelmer enabled auto-merge May 1, 2026 14:30
@jelmer jelmer self-assigned this May 1, 2026
@jelmer jelmer merged commit 1a6e28c into isso-comments:master May 1, 2026
20 checks passed
@pkvach pkvach deleted the feat/show-hide-website-field branch May 1, 2026 15:55
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

Successfully merging this pull request may close these issues.

Add option to remove "Website" form field

2 participants