/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/integration/fixtures/blocks/core__table.json
144 строки
3 KB
Aki Hamano
Table Block: Fixed width table cells on by default (#49672)
21 мар 2024, 08:22
Не верифицирован
21 мар 2024, 08:22
74a06c7
Код
Авторство
О чём код?
[ { "name": "core/table", "isValid": true, "attributes": { "hasFixedLayout": true, "caption": "", "head": [ { "cells": [ { "content": "Version", "tag": "th" }, { "content": "Musician", "tag": "th" }, { "content": "Date", "tag": "th" } ] } ], "body": [ { "cells": [ { "content": "<a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">.70</a>", "tag": "td" }, { "content": "No musician chosen.", "tag": "td" }, { "content": "May 27, 2003", "tag": "td" } ] }, { "cells": [ { "content": "<a href=\"https://wordpress.org/news/2004/01/wordpress-10/\">1.0</a>", "tag": "td" }, { "content": "Miles Davis", "tag": "td" }, { "content": "January 3, 2004", "tag": "td" } ] }, { "cells": [ { "content": "Lots of versions skipped, see <a href=\"https://codex.wordpress.org/WordPress_Versions\">the full list</a>", "tag": "td" }, { "content": "…", "tag": "td" }, { "content": "…", "tag": "td" } ] }, { "cells": [ { "content": "<a href=\"https://wordpress.org/news/2015/12/clifford/\">4.4</a>", "tag": "td" }, { "content": "Clifford Brown", "tag": "td" }, { "content": "December 8, 2015", "tag": "td" } ] }, { "cells": [ { "content": "<a href=\"https://wordpress.org/news/2016/04/coleman/\">4.5</a>", "tag": "td" }, { "content": "Coleman Hawkins", "tag": "td" }, { "content": "April 12, 2016", "tag": "td" } ] }, { "cells": [ { "content": "<a href=\"https://wordpress.org/news/2016/08/pepper/\">4.6</a>", "tag": "td" }, { "content": "Pepper Adams", "tag": "td" }, { "content": "August 16, 2016", "tag": "td" } ] }, { "cells": [ { "content": "<a href=\"https://wordpress.org/news/2016/12/vaughan/\">4.7</a>", "tag": "td" }, { "content": "Sarah Vaughan", "tag": "td" }, { "content": "December 6, 2016", "tag": "td" } ] } ], "foot": [] }, "innerBlocks": [] } ]