Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
json_field
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
json_field
Merge requests
!25
MR of patch
#3
https://www.drupal.org/project/json_field/issues/3411495#comment-15459697
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MR of patch
#3
https://www.drupal.org/project/json_field/issues/3411495#comment-15459697
issue/json_field-3411495:add_formatter
into
8.x-1.x
Overview
0
Commits
8
Pipelines
8
Changes
7
Merged
Patrick Kenny
requested to merge
issue/json_field-3411495:add_formatter
into
8.x-1.x
11 months ago
Overview
0
Commits
8
Pipelines
8
Changes
7
Expand
All credit should go to Chi
0
0
Merge request reports
Compare
8.x-1.x
version 6
cd770f8b
10 months ago
version 5
0f7085f9
11 months ago
version 4
e20dd302
11 months ago
version 3
74e9bce7
11 months ago
version 2
ca4e15e6
11 months ago
version 1
98bf4cda
11 months ago
8.x-1.x (base)
and
latest version
latest version
93459310
8 commits,
10 months ago
version 6
cd770f8b
7 commits,
10 months ago
version 5
0f7085f9
6 commits,
11 months ago
version 4
e20dd302
5 commits,
11 months ago
version 3
74e9bce7
4 commits,
11 months ago
version 2
ca4e15e6
2 commits,
11 months ago
version 1
98bf4cda
1 commit,
11 months ago
7 files
+
250
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
assets/css/json-pretty.css
0 → 100644
+
29
−
0
Options
.json-field-pretty
{
padding
:
0.5rem
;
background-color
:
#f9f9f9
;
}
.json-field-pretty
dl
{
margin
:
0
;
}
.json-field-pretty
dt
{
margin-block-end
:
0
;
padding
:
0
;
font-weight
:
bold
;
}
.json-field-pretty
dt
::after
{
content
:
':'
;
}
.json-field-pretty
dd
{
margin-block-start
:
0
;
margin-inline-start
:
1rem
;
padding-left
:
0.5rem
;
border-left
:
dashed
1px
#d7d7d7
;
}
.json-field-pretty
dd
>
ul
{
margin
:
0
;
list-style-position
:
inside
;
}
Loading