2024-01-25 21:15:41 -05:00
|
|
|
custom_header_links:
|
2024-04-22 23:50:20 -04:00
|
|
|
type: objects
|
2024-04-26 00:57:46 -04:00
|
|
|
default: []
|
2024-04-22 23:50:20 -04:00
|
|
|
schema:
|
|
|
|
name: "link"
|
2024-04-26 00:57:46 -04:00
|
|
|
identifier: text
|
2024-04-22 23:50:20 -04:00
|
|
|
properties:
|
|
|
|
text:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
validations:
|
|
|
|
min_length: 1
|
|
|
|
max_length: 100
|
|
|
|
title:
|
|
|
|
type: string
|
|
|
|
validations:
|
|
|
|
min_length: 1
|
|
|
|
max_length: 1000
|
|
|
|
url:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
validations:
|
|
|
|
min_length: 1
|
|
|
|
max_length: 2048
|
|
|
|
url: true
|
|
|
|
view:
|
|
|
|
type: enum
|
|
|
|
choices:
|
|
|
|
- vdm
|
|
|
|
- vdo
|
|
|
|
- vmo
|
|
|
|
target:
|
|
|
|
type: enum
|
|
|
|
choices:
|
|
|
|
- blank
|
|
|
|
- self
|
|
|
|
hide_on_scroll:
|
|
|
|
type: enum
|
|
|
|
choices:
|
|
|
|
- remove
|
|
|
|
- keep
|
|
|
|
default: keep
|
|
|
|
locale:
|
|
|
|
type: string
|
2019-11-12 15:50:13 -05:00
|
|
|
|
|
|
|
links_position:
|
|
|
|
default: right
|
|
|
|
type: enum
|
|
|
|
choices:
|
|
|
|
- right
|
|
|
|
- left
|