Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #61346


Ignore:
Timestamp:
06/03/2024 05:43:10 AM (12 months ago)
Author:
oglekler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61346 – Description

    initial v2  
    11Tablet and Mobile view in the Block editor are iframes and Dashicons are not available inside, even if most of the scripts and styles are present.
    22
     3{{{
     4  "editorStyle": ["file:./index.css", "dashicons"],
     5}}}
     6Attempt to add dashicons as dependency into block.json has no effect.
     7
    38Most likely I need to use other icons instead of inbuilt ones for my purpose, but they covered most of my needs until this point quite well.