Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
experience_builder
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
experience_builder
Merge requests
!22
#3450307
: Enable `eslint` CI job
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
#3450307
: Enable `eslint` CI job
issue/experience_builder-3450307:3450307-Enable-eslint-typescript
into
0.x
Overview
4
Commits
26
Pipelines
28
Changes
29
Merged
#3450307: Enable `eslint` CI job
Anjali Mehta
requested to merge
issue/experience_builder-3450307:3450307-Enable-eslint-typescript
into
0.x
May 29, 2024
Overview
4
Commits
26
Pipelines
28
Changes
29
Closes
#3450307
Blocks
!44 (closed)
.
Edited
Jun 11, 2024
by
Wim Leers
0
0
Merge request reports
Compare
0.x
version 24
4466cb70
Jun 13, 2024
version 23
9c4702a5
Jun 12, 2024
version 22
aae765ac
Jun 12, 2024
version 21
05f3c455
Jun 12, 2024
version 20
0f93e431
Jun 12, 2024
version 19
e0b28b4d
Jun 12, 2024
version 18
5bf45c2a
Jun 12, 2024
version 17
a3c12591
Jun 12, 2024
version 16
72013719
Jun 10, 2024
version 15
0ad30d12
Jun 10, 2024
version 14
dbf170ad
Jun 10, 2024
version 13
7e2981b4
Jun 10, 2024
version 12
cb25ff2d
Jun 10, 2024
version 11
156f95fa
Jun 10, 2024
version 10
2e2b9b93
Jun 10, 2024
version 9
2c01ce86
Jun 10, 2024
version 8
9e7df521
Jun 10, 2024
version 7
5f334eb1
Jun 10, 2024
version 6
5b496eaa
Jun 10, 2024
version 5
f071701e
Jun 7, 2024
version 4
109127c4
Jun 7, 2024
version 3
c96250b9
Jun 6, 2024
version 2
30297864
May 30, 2024
version 1
59d000f2
May 29, 2024
0.x (base)
and
latest version
latest version
eb74ad59
26 commits,
Jun 14, 2024
version 24
4466cb70
26 commits,
Jun 13, 2024
version 23
9c4702a5
28 commits,
Jun 12, 2024
version 22
aae765ac
27 commits,
Jun 12, 2024
version 21
05f3c455
26 commits,
Jun 12, 2024
version 20
0f93e431
24 commits,
Jun 12, 2024
version 19
e0b28b4d
23 commits,
Jun 12, 2024
version 18
5bf45c2a
22 commits,
Jun 12, 2024
version 17
a3c12591
21 commits,
Jun 12, 2024
version 16
72013719
20 commits,
Jun 10, 2024
version 15
0ad30d12
19 commits,
Jun 10, 2024
version 14
dbf170ad
17 commits,
Jun 10, 2024
version 13
7e2981b4
14 commits,
Jun 10, 2024
version 12
cb25ff2d
13 commits,
Jun 10, 2024
version 11
156f95fa
12 commits,
Jun 10, 2024
version 10
2e2b9b93
11 commits,
Jun 10, 2024
version 9
2c01ce86
10 commits,
Jun 10, 2024
version 8
9e7df521
9 commits,
Jun 10, 2024
version 7
5f334eb1
7 commits,
Jun 10, 2024
version 6
5b496eaa
5 commits,
Jun 10, 2024
version 5
f071701e
4 commits,
Jun 7, 2024
version 4
109127c4
3 commits,
Jun 7, 2024
version 3
c96250b9
2 commits,
Jun 6, 2024
version 2
30297864
2 commits,
May 30, 2024
version 1
59d000f2
1 commit,
May 29, 2024
29 files
+
376
−
297
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
components/image/image.component.yml
+
1
−
1
View file @ eb74ad59
Edit in single-file editor
Open in Web IDE
Show full file
@@ -7,6 +7,6 @@ props:
@@ -7,6 +7,6 @@ props:
properties
:
properties
:
image
:
image
:
title
:
'
Image'
title
:
'
Image'
$ref
:
"
json-schema-definitions://experience_builder.module/image
"
$ref
:
json-schema-definitions://experience_builder.module/image
# @todo `type: object` should not be necessary, it's because \Drupal\sdc\Component\ComponentValidator::getClassProps() does not yet support $ref
# @todo `type: object` should not be necessary, it's because \Drupal\sdc\Component\ComponentValidator::getClassProps() does not yet support $ref
type
:
object
type
:
object
Loading