Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Drupal Sync Service
Commits
e14e1195
Commit
e14e1195
authored
Jan 25, 2021
by
Jonas Waeber
Browse files
Make link title optional
parent
60b6c838
Pipeline
#20687
passed with stages
in 4 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main/kotlin/model/Link.kt
View file @
e14e1195
...
...
@@ -2,6 +2,6 @@ package org.memobase.model
data class
Link
(
val
uri
:
String
,
val
title
:
String
,
val
title
:
String
?
,
val
options
:
List
<
String
>
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment