media-embed/mediaembedstyle/constants
module
Constants
module:media-embed/mediaembedstyle/constants~DEFAULT_DROPDOWN_DEFINITIONSBuilt-in dropdown groupings. Each entry references built-in style component names. If any items are filtered out by configuration, the dropdown is rebuilt from the remaining names (or skipped entirely if fewer than two remain).
DEFAULT_ICONS : Record<string, string>module:media-embed/mediaembedstyle/constants~DEFAULT_ICONSShort icon-name aliases that can be used as the
iconvalue in a media style option definition. Matches the alias set exposed by the image styles feature so the two APIs feel symmetrical.DEFAULT_OPTIONS : Record<string, NormalizedMediaStyleOption>module:media-embed/mediaembedstyle/constants~DEFAULT_OPTIONSBuilt-in style options provided by the plugin. Integrators can refer to these by name in
config.mediaEmbed.stylesto opt out, override individual fields, or coexist with custom styles.