Conversation
…ize field CF5 only allows data-* and a specific set of HTML attributes on its React inputs. Replace .odw-byte-size-backing CSS class (disallowed) with the existing [data-odw-backing] data attribute as the hide target. https://claude.ai/code/session_FEyiS
- Delete stale planning docs (docs/WEBHOOK_IMPLEMENTATION.md, docs/I18N_IMPLEMENTATION.md) — unimplemented, no longer relevant - Bump plugin version to 2.1.0 - README: rewrite to reflect current architecture (per-distribution license, 4 quality levels, new tab structure, CESSDA, composite file size widget, shortcode overhaul, updated file tree) - CHANGELOG: close v2.0.0 entry, add v2.1.0 and v2.1.1 entries - CLAUDE.md: update version constant, test count (90), quality levels (4), version/feature matrix, test file list https://claude.ai/code/session_FEyiS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
->set_attribute('class', 'odw-byte-size-backing')from thebyte_sizebacking field inclass-fields.phpdata-*and a specific set of HTML attributes (list, max, maxLength, min, pattern, placeholder, readOnly, step, type, is, inputmode, autocomplete) on its React-controlled inputs —classis not allowed and triggers the "site seems slightly misconfigured" admin erroradmin.cssto use[data-odw-backing]as the CSS selector (was.odw-byte-size-backing) — thedata-odw-backingattribute was already present on the fieldTest plan
https://claude.ai/code/session_FEyiS
Generated by Claude Code