{"id":333484,"date":"2026-07-01T16:12:28","date_gmt":"2026-07-01T16:12:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/slashed\/"},"modified":"2026-07-01T16:12:02","modified_gmt":"2026-07-01T16:12:02","slug":"slashed","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/slashed\/","author":23513872,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.4.20","stable_tag":"0.4.20","tested":"7.0","requires":"6.4","requires_php":"7.4","requires_plugins":null,"header_name":"SLASHED","header_author":"Jack Granatowski","header_description":"SLASHED cascade-layer CSS framework for WordPress. Activate integrations per builder from the settings page (Bricks, Gutenberg \u2014 more coming).","assets_banners_color":"5f5e5e","last_updated":"2026-07-01 16:12:02","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/codeslash-dev\/SLASHED","header_author_uri":"https:\/\/codeslash.net","rating":0,"author_block_rating":0,"active_installs":0,"downloads":32,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.4.20":{"tag":"0.4.20","author":"codeslash","date":"2026-07-01 16:12:02"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3592918,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3592918,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.4.20"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[198723,356,173231,254228,148076],"plugin_category":[59],"plugin_contributors":[269748],"plugin_business_model":[],"class_list":["post-333484","plugin","type-plugin","status-publish","hentry","plugin_tags-bricks","plugin_tags-css","plugin_tags-dark-mode","plugin_tags-design-tokens","plugin_tags-gutenberg","plugin_category-utilities-and-tools","plugin_contributors-codeslash","plugin_committers-codeslash"],"banners":{"banner":"https:\/\/ps.w.org\/slashed\/assets\/banner-772x250.png?rev=3592918","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/slashed\/assets\/icon-128x128.png?rev=3592918","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>SLASHED loads a complete CSS framework on any WordPress site \u2014 no build step, no Node, no JavaScript on the frontend. You restyle the whole site by setting a handful of design tokens; the framework derives every color, dark-mode value, and fluid type and spacing scale from them in plain CSS.<\/p>\n\n<p>The plugin enqueues the framework and wires it into the editors you use, so you pick tokens and classes from a list instead of typing them by hand. Bricks Builder gets the full toolset; Gutenberg gets presets and a token panel.<\/p>\n\n<h4>Design Settings<\/h4>\n\n<p>A visual editor for every token \u2014 brand and status colors, typography, spacing, borders, shadows, fluid scales, z-index \u2014 built into WordPress at <strong>SLASHED \u2192 Design Settings<\/strong>, with a live light\/dark preview. You only ever set validated token values; there is no raw-CSS field.<\/p>\n\n<p>Set six brand colors (primary, secondary, tertiary, action, neutral, base) and five status colors (success, warning, error, info, danger), each with an optional separate dark value, and the framework recolors itself. Hover and active states, tints, shades, and tonal steps are all computed for you.<\/p>\n\n<p>The same editor runs as a standalone web app at https:\/\/slashed.codeslash.dev\/configurator for designing without logging in. \"Open in configurator\" launches it preloaded with your current tokens; \"Import shared config\" pulls a shared design back in from a code or link.<\/p>\n\n<h4>Bricks Builder<\/h4>\n\n<p>Enable the Bricks integration and the framework shows up natively in the builder:<\/p>\n\n<ul>\n<li><strong>Token pickers.<\/strong> Every SLASHED variable is registered with Bricks' variable pickers and code-editor autocomplete, grouped by category. Color tokens show a swatch resolved for both light and dark.<\/li>\n<li><strong>Class autocomplete.<\/strong> Every SLASHED class is added to the Bricks class input \u2014 layout, macros, components, and utilities under \"SLASHED Layout\", and <code>.is-*<\/code> state classes under \"SLASHED State\". The list is read from the CSS bundle you actually loaded, so it always matches.<\/li>\n<li><strong>Color System panel.<\/strong> A floating, in-builder browser for the full color palette, organized by family and tone, with a light\/dark canvas toggle. Click a swatch to copy its variable and apply it to the selected element's background, text, or border.<\/li>\n<li><strong>Class hints.<\/strong> With hints enabled, a <strong>?<\/strong> icon next to each SLASHED class explains what it does and which category it belongs to. The icon is the only trigger, so it never covers Bricks' own controls.<\/li>\n<li><strong>reBEMer.<\/strong> A BEM class manager in the structure panel. Select an element, name the block, and reBEMer generates clean <code>block__element<\/code> \/ <code>block--modifier<\/code> names across the whole subtree in one pass. It supports add, rename, replace, add-modifier, and migrate-ID-styles modes, auto-numbers colliding siblings, and won't shadow reserved SLASHED classes. It never deletes a global class.<\/li>\n<li><strong>Dark mode bridge.<\/strong> The Bricks dark-mode toggle drives the SLASHED dark palette.<\/li>\n<\/ul>\n\n<h4>Gutenberg<\/h4>\n\n<p>Enable the Gutenberg integration and you get:<\/p>\n\n<ul>\n<li>Framework CSS in the editor canvas and on the frontend.<\/li>\n<li>SLASHED colors, gradients, font sizes, and spacing registered as native editor presets. On block themes this flows through theme.json automatically \u2014 no custom theme.json needed.<\/li>\n<li>A floating token panel to browse and apply colors and gradients to the selected block, toggle SLASHED classes, and copy variables.<\/li>\n<li>A dark mode bridge: the editor's dark-mode toggle drives the SLASHED dark palette.<\/li>\n<\/ul>\n\n<p>reBEMer and class autocomplete are Bricks-only.<\/p>\n\n<h4>Dark mode, no JavaScript<\/h4>\n\n<p>Dark mode runs entirely in CSS:<\/p>\n\n<ul>\n<li>Follows the operating-system setting by default.<\/li>\n<li><code>data-theme=\"dark\"<\/code> forces dark for an element and its descendants.<\/li>\n<li><code>data-theme=\"light\"<\/code> carves a light section out of a dark page.<\/li>\n<\/ul>\n\n<p>A single dark section inside a light page \u2014 or the reverse \u2014 works with no script.<\/p>\n\n<h4>CSS bundles<\/h4>\n\n<p>Pick the bundle that fits the project on the settings page:<\/p>\n\n<ul>\n<li><strong>Optimal<\/strong> (recommended) \u2014 tokens, CSS reset, base element styles, light\/dark themes, layout primitives (container, stack, grid, cluster, sidebar, switcher, cover, center, frame, reel), macros (prose, flow, truncate, aspect, scroll-shadow), interaction states, motion, accessibility, print, and classless form styling.<\/li>\n<li><strong>Optimal + Components<\/strong> \u2014 adds prebuilt components: buttons, badges, tags, cards, tables, form rows, and loading skeletons, with status and style modifiers.<\/li>\n<li><strong>Optimal + Utilities<\/strong> \u2014 adds utility classes: object-fit, a z-index scale, text balancing, and animation helpers (spin, ping, blink, shimmer, float).<\/li>\n<li><strong>Full<\/strong> \u2014 everything above.<\/li>\n<\/ul>\n\n<p>All bundles ship with the plugin and load locally from the plugin's own folder \u2014 no external requests are made to render your site. New framework CSS arrives through normal plugin updates.<\/p>\n\n<h4>Predictable overrides<\/h4>\n\n<p>SLASHED puts every rule in a named CSS cascade layer with a fixed order, so a later layer always wins regardless of selector specificity. Your token overrides land in the top layer, so they beat framework defaults without <code>!important<\/code> or specificity hacks.<\/p>\n\n<h4>Browser support<\/h4>\n\n<p>SLASHED targets Chrome 125+, Safari 18.0+, and Firefox 129+. It uses <code>light-dark()<\/code>, relative-color <code>oklch()<\/code>, <code>@property<\/code>, and scroll-driven animations with no fallback. Older browsers are not supported.<\/p>\n\n<h4>Open source<\/h4>\n\n<p>The framework is developed at https:\/\/github.com\/codeslash-dev\/SLASHED.<\/p>\n\n<h3>External services<\/h3>\n\n<p>The plugin works entirely on your own server: the framework CSS is bundled with the plugin and served locally, and the plugin makes no automatic or background calls to any external service. It does not phone home, and it does not collect, send, or track any data.<\/p>\n\n<p>The plugin does link to one optional external tool, which is only ever opened when <strong>you<\/strong> explicitly choose to use it:<\/p>\n\n<p>The SLASHED Configurator (https:\/\/slashed.codeslash.dev\/configurator\/)<\/p>\n\n<ul>\n<li>What it is and what it's for: a hosted web app, run by the plugin author, for designing your SLASHED token set outside of WordPress. It is entirely optional \u2014 the same editor is built into the plugin at SLASHED \u2192 Design Settings, so you never need to leave your site.<\/li>\n<li>What data is sent and when: nothing is sent automatically, and the plugin never contacts it in the background. Clicking <strong>\"Open in configurator\"<\/strong> opens the tool in a new browser tab with your current design tokens (color, spacing, typography and similar non-personal style values) encoded in the URL fragment \u2014 the part after \"#\", which browsers keep on your device and do not transmit to the server. <strong>\"Import shared config\"<\/strong> simply loads a design code that you paste in. No personal data, site content, or credentials are sent, and no account is required. As with visiting any website, the host may record standard web-server access logs (such as IP address and request time) when the page loads.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Install the plugin ZIP from <strong>Plugins \u2192 Add New \u2192 Upload Plugin<\/strong>, or upload the <code>slashed<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate it.<\/li>\n<li>Open <strong>SLASHED<\/strong> in the admin menu and pick a CSS bundle \u2014 <strong>Optimal<\/strong> suits most sites.<\/li>\n<li>Enable the integrations you use (Bricks, Gutenberg, or both).<\/li>\n<li>Set your brand colors and other tokens under <strong>SLASHED \u2192 Design Settings<\/strong>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"do%20i%20need%20bricks%20or%20gutenberg%3F\"><h3>Do I need Bricks or Gutenberg?<\/h3><\/dt>\n<dd><p>No. The framework CSS loads on any WordPress site, theme, or builder. The integrations are optional toggles.<\/p><\/dd>\n<dt id=\"how%20do%20i%20rebrand%20the%20framework%3F\"><h3>How do I rebrand the framework?<\/h3><\/dt>\n<dd><p>Set the six brand colors (and optional dark values) under <strong>SLASHED \u2192 Design Settings<\/strong>, or in the standalone configurator. Everything else \u2014 hover and active states, tints, shades, tonal steps \u2014 derives from them automatically. Overrides land in the top cascade layer, so they win without specificity hacks.<\/p><\/dd>\n<dt id=\"what%20is%20rebemer%3F\"><h3>What is reBEMer?<\/h3><\/dt>\n<dd><p>A BEM class manager in the Bricks structure panel. Select an element, name the block, and it generates <code>block__element<\/code> \/ <code>block--modifier<\/code> names across the whole subtree in one pass. It supports add, rename, replace, add-modifier, and migrate-ID-styles modes, and never deletes a global class. Bricks only.<\/p><\/dd>\n<dt id=\"how%20complete%20is%20the%20gutenberg%20integration%3F\"><h3>How complete is the Gutenberg integration?<\/h3><\/dt>\n<dd><p>It loads the CSS, registers color, gradient, font-size, and spacing presets, bridges dark mode, and provides a token panel for applying colors and gradients, toggling classes, and copying variables. reBEMer and class autocomplete are Bricks-only.<\/p><\/dd>\n<dt id=\"does%20it%20add%20any%20frontend%20javascript%3F\"><h3>Does it add any frontend JavaScript?<\/h3><\/dt>\n<dd><p>No. Dark mode, fluid scales, and color derivation all run in CSS. JavaScript loads only in the WordPress admin and the builders.<\/p><\/dd>\n<dt id=\"where%20does%20the%20framework%20css%20come%20from%3F\"><h3>Where does the framework CSS come from?<\/h3><\/dt>\n<dd><p>It ships inside the plugin and is served locally from the plugin's own folder. The plugin makes no external requests to render your site, and new framework CSS arrives through normal plugin updates from WordPress.org.<\/p><\/dd>\n<dt id=\"what%27s%20the%20minimum%20browser%3F\"><h3>What's the minimum browser?<\/h3><\/dt>\n<dd><p>Chrome 125+, Safari 18.0+, Firefox 129+.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.4.20<\/h4>\n\n<ul>\n<li>Fixed: Resolve dependabot lockfile\/peer conflicts<\/li>\n<li>Fixed: Re-sync min-h toolbar fix from framework<\/li>\n<li>Fixed: Re-sync single-row mobile preview toolbar from framework<\/li>\n<\/ul>\n\n<h4>0.4.19<\/h4>\n\n<ul>\n<li>Changed: Re-sync deduped mobile fold-toggle button from framework<\/li>\n<li>Fixed: Register the live page as the preview doc in the WP frontend overlay<\/li>\n<li>Fixed: Re-sync mobile Controls\/Preview switcher relocation from framework<\/li>\n<li>Fixed: Re-sync mobile domain panel overflow fix from framework<\/li>\n<\/ul>\n\n<h4>0.4.18<\/h4>\n\n<ul>\n<li>Fixed: Re-sync hasWpBoot() layout fix, make app-page CSS notice-safe<\/li>\n<li>Fixed: Stop configurator clipping inside WP admin's layout chrome<\/li>\n<\/ul>\n\n<h4>0.4.17<\/h4>\n\n<ul>\n<li>Fixed: Sync vendored configurator (<code>admin-app\/src\/<\/code>) with framework PRs #460\/#461 \u2014 saved themes, motion panel overhaul, base color palette and live semantic preview \u2014 which had silently failed to land.<\/li>\n<li>Fixed: <code>release.yml<\/code> now commits the configurator sync (<code>admin-app\/src\/<\/code>, <code>.vendored-manifest.json<\/code>, <code>framework-css\/<\/code>, <code>assets\/admin-app\/<\/code>) back to the default branch instead of discarding it after each release build.<\/li>\n<li>Fixed: Remove <code>.syncignore<\/code> entries for files no longer divergent from upstream <code>SLASHED#443<\/code>.<\/li>\n<\/ul>\n\n<h4>0.4.16<\/h4>\n\n<ul>\n<li>Maintenance release.<\/li>\n<\/ul>\n\n<h4>0.4.15<\/h4>\n\n<ul>\n<li>Maintenance release.<\/li>\n<\/ul>\n\n<h4>0.4.14<\/h4>\n\n<ul>\n<li>Fixed: Remove load_plugin_textdomain (auto-loaded since WP 4.6)<\/li>\n<\/ul>\n\n<h4>0.4.13<\/h4>\n\n<ul>\n<li>Fixed: Defer textdomain loading to init for WP 6.7 compatibility<\/li>\n<\/ul>\n\n<h4>0.4.12<\/h4>\n\n<ul>\n<li>Fixed: Load textdomain at plugins_loaded to prevent WP 6.7 translation notice<\/li>\n<\/ul>\n\n<h4>0.4.11<\/h4>\n\n<ul>\n<li>Added: Generate .vendored-manifest.json on sync + add CLAUDE.md<\/li>\n<li>Fixed: Remove unused num_or_default() and align equals in css-generator<\/li>\n<li>Fixed: Correct radius aliases, guard non-numeric scales, fix phpcs formatting<\/li>\n<li>Fixed: Clear configurator diagnostics<\/li>\n<li>Fixed: Reliably hide frontend overlay when collapsed in shadow DOM<\/li>\n<li>Fixed: Derive scale token overrides<\/li>\n<\/ul>\n\n<h4>0.4.10<\/h4>\n\n<ul>\n<li>Fixed: Restore frontend overlay pointer events<\/li>\n<li>Fixed: Restore frontend overlay pointer events<\/li>\n<li>Fixed: Address WordPress.org plugin review (prefixes + remote files)<\/li>\n<\/ul>\n\n<h4>0.4.9<\/h4>\n\n<ul>\n<li>Fixed: Stop standalone Bricks\/Gutenberg bootstraps from <code>require_once<\/code>-ing the deleted <code>class-token-sanitizer.php<\/code> and <code>class-tab-registry.php<\/code> (fatal error on standalone activation)<\/li>\n<li>Fixed: Accept easing (<code>cubic-bezier()<\/code>, <code>linear()<\/code>, <code>steps()<\/code>) and scroll-timeline range (<code>entry 0%<\/code>, <code>cover 30%<\/code>) values in <code>Slashed_CSS_Generator::validate_override_value()<\/code> so motion-panel overrides are no longer silently dropped<\/li>\n<li>Fixed: Align <code>Slashed_CSS_Generator::has_overrides()<\/code> with the emitter by validating values, so a stored invalid value no longer reports overrides while emitting no CSS<\/li>\n<li>Fixed: Add accessible <code>aria-label<\/code>s to the modular-scale ratio preset select and custom ratio input in <code>ClampField.svelte<\/code><\/li>\n<\/ul>\n\n<h4>0.4.8<\/h4>\n\n<ul>\n<li>Fixed: Address all unresolved CodeRabbit PR review comments<\/li>\n<li>Fixed: Address Qodo PR review bugs in css-generator, persistence, and SliderRow<\/li>\n<li>Fixed: Eliminate TOCTOU race with fd-based stat+read; revert paths-ignore<\/li>\n<li>Fixed: Rewrite preserved array to use inline resolve+startsWith; exclude compiled assets<\/li>\n<li>Fixed: Add same-origin check to compiled wpSave to resolve CodeQL CWE-918<\/li>\n<li>Fixed: Inline resolve+startsWith guard for CodeQL path-injection<\/li>\n<li>Fixed: Validate REST URL is same-origin before fetch<\/li>\n<li>Fixed: Guard preserved syncignore paths against path traversal<\/li>\n<li>Fixed: Move Save button before Undo\/Redo in plugin StudioHeader; fix PHPCS array formatting<\/li>\n<li>Fixed: Frontend panel layout push + modular scale live preview<\/li>\n<\/ul>\n\n<h4>0.4.7<\/h4>\n\n<ul>\n<li>Fixed: Gate toggle event on mount readiness; keep nav fallback<\/li>\n<li>Fixed: Admin bar button navigates to activate panel when assets not loaded<\/li>\n<\/ul>\n\n<h4>0.4.6<\/h4>\n\n<ul>\n<li>Added: Reset-all confirmation; save button left; panel gated on query param<\/li>\n<li>Changed: Replace JSON.stringify comparisons with shallow equality in AppOverlay<\/li>\n<li>Fixed: Address CodeRabbit\/Qodo review findings + page-squeeze layout<\/li>\n<\/ul>\n\n<h4>0.4.5<\/h4>\n\n<ul>\n<li>Added: Replace auto-save with explicit Save button<\/li>\n<li>Fixed: Harden save state with snapshot-based dirty tracking<\/li>\n<li>Fixed: Update AppOverlay + syncignore for explicit save<\/li>\n<li>Fixed: Set mounted flag after mount() succeeds to allow retries on failure<\/li>\n<li>Fixed: Harden overlay mount against stalled CSS and duplicate invocations<\/li>\n<li>Fixed: Defer overlay mount until CSS loads; guard against script optimisers<\/li>\n<\/ul>\n\n<h4>0.4.4<\/h4>\n\n<ul>\n<li>Added a floating frontend overlay to edit tokens on any live page \u2014 click \"\/ Design\" in the admin bar to open the panel without leaving the site.<\/li>\n<li>Framework CSS is now always bundled locally with the plugin; CDN delivery and the automatic background version-check were removed.<\/li>\n<li>Bug fixes.<\/li>\n<\/ul>\n\n<h4>0.4.3<\/h4>\n\n<ul>\n<li>Bug fixes.<\/li>\n<\/ul>\n\n<h4>0.4.2<\/h4>\n\n<ul>\n<li>Brand and status color overrides set in Design Settings now recolor the live site.<\/li>\n<li>Bug fixes.<\/li>\n<\/ul>\n\n<h4>0.4.1<\/h4>\n\n<ul>\n<li>Bug fixes.<\/li>\n<\/ul>\n\n<h4>0.4.0<\/h4>\n\n<ul>\n<li>Replaced the admin interface with the SLASHED design-system configurator, now built into the plugin at SLASHED \u2192 Design Settings.<\/li>\n<\/ul>\n\n<h4>0.3.15<\/h4>\n\n<ul>\n<li>Added a flat CSS bundle option to the settings page.<\/li>\n<\/ul>\n\n<h4>0.3.14<\/h4>\n\n<ul>\n<li>Switched to four CSS bundle options: Optimal, Optimal + Components, Optimal + Utilities, and Full.<\/li>\n<\/ul>\n\n<h4>0.3.8<\/h4>\n\n<ul>\n<li>Added \"Import shared config\" \u2014 paste a code or configurator link to load a shared design.<\/li>\n<li>Removed the manual-CSS page; design tokens are now the only styling path.<\/li>\n<\/ul>\n\n<h4>0.3.7<\/h4>\n\n<ul>\n<li>Added \"Open in configurator\", launching the hosted editor preloaded with your current tokens.<\/li>\n<\/ul>\n\n<h4>0.3.6<\/h4>\n\n<ul>\n<li>Added reBEMer to the Bricks structure panel and a Colors launcher panel to the builder.<\/li>\n<\/ul>\n\n<h4>0.3.5<\/h4>\n\n<ul>\n<li>Consolidated all Bricks options into a single tabbed settings page.<\/li>\n<\/ul>\n\n<h4>0.3.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"A no-build CSS framework for WordPress with native Bricks Builder tooling: token pickers, a color browser, class hints, and BEM automation.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/333484","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=333484"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/codeslash"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=333484"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=333484"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=333484"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=333484"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=333484"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=333484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}