DocsRoadmapBlogChangelogDemo
Home
Roadmap
Blog
Docs
Introduction
Getting started
Configuration
Creating a CMS instance
Schema
Workspaces
Roots
Type
Internationalization
Fields
Overview
Text
Rich text
Select
Number
Check
Date
Link
File
Image
Code
Object
List
Tabs
Guide: creating custom fields
Content
Content structure
Querying content
TypeScript
Previews
Live previews
Guide: setting up Next.js previews
Deploy
Deploying alinea
Exporting the dashboard
Guide: creating a custom backend
Guide: connecting to alinea.cloud
Reference
Titles
@alinea/generated
CLI
Developer
Changelog
Playground
DocsRoadmapBlogChangelogDemo
Introduction
Getting started
Configuration
Creating a CMS instance
Schema
Workspaces
Roots
Type
Internationalization
Fields
Overview
Text
Rich text
Select
Number
Check
Date
Link
File
Image
Code
Object
List
Tabs
Guide: creating custom fields
Content
Content structure
Querying content
TypeScript
Previews
Live previews
Guide: setting up Next.js previews
Deploy
Deploying alinea
Exporting the dashboard
Guide: creating a custom backend
Guide: connecting to alinea.cloud
Reference
Titles
@alinea/generated
CLI
Docs/Fields

Link

The link field can be used to create a reference to other entries, or a an external resource (like a webpage or an email address).

import {alinea} from 'alinea'
alinea.link('My link field')
Previous
Date
Next
File

Developer

Docs
Changelog
Playground
Source