[wp-trac] [WordPress Trac] #53552: Inactive Widgets prevent placement of new widget if `multiple` is false
WordPress Trac
noreply at wordpress.org
Tue Jul 6 13:49:14 UTC 2021
#53552: Inactive Widgets prevent placement of new widget if `multiple` is false
---------------------------+-----------------------------
Reporter: MattyRob | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.8.1
Component: Widgets | Version: trunk
Severity: normal | Resolution:
Keywords: needs-testing | Focuses: administration
---------------------------+-----------------------------
Comment (by justinahinon):
We've triaged this ticket during a test team scrub. For reference, here is
the documentation for the `multiple` attribute:
https://developer.wordpress.org/block-editor/reference-guides/block-api
/block-supports/#multiple.
According to the documentation:
```A non-multiple block can be inserted into each post, one time only. For
example, the built-in ‘More’ block cannot be inserted again if it already
exists in the post being edited. A non-multiple block’s icon is
automatically dimmed (unclickable) to prevent multiple instances.```
So if the value of `multiple` is false, then only 1 instance can be in a
single post.
What is reported in the ticket seems to be the expected behaviour then
(?).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53552#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list