Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wd 17296 dev create solutions open source security cyber resilience act #14560

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions meganav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ products:
- title: Device management
description: Manage fleets of IoT devices
url: /internet-of-things/management
- title: "Cyber Resilience Act"
description: Meet CRA requirements with Ubuntu and Canonical
url: /solutions/open-source-security/cyber-resilience-act
- title: Certified devices
description: Hardware/OS compatibility
url: /certified/devices
Expand Down
55 changes: 55 additions & 0 deletions static/files/forms-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,61 @@
]
}
]
},
"/solutions/open-source-security/cyber-resilience-act": {
abhigyanghosh30 marked this conversation as resolved.
Show resolved Hide resolved
"templatePath": "/solutions/open-source-security/cyber-resilience-act/index.html",
"isModal": true,
"modalId": "contact-modal",
"formData": {
"title": "Get in touch with our experts on the Cyber Resilience Act (CRA) compliance",
"formId": "6051",
"returnUrl": "/solutions/open-source-security/cyber-resilience-act/index.html#contact-form-success",
"product": ""
},
"fieldsets": [
{
"title": "Fill in this form and a member of our team will be in touch shortly.",
"id": "contact-form",
"fields": [
{
"type": "text",
"label": "First name",
"id": "firstName",
"isRequired": true
},
{
"type": "text",
"label": "Last name",
"id": "lastName",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Email address",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
"label":"Mobile/cell phone number",
"isRequired": false
},
{
"type": "text",
"id": "company",
"label": "Company name",
"isRequired": false
},
{
"type": "text",
"id": "job-title",
"label": "Job title",
"isRequired": false
}
]
}
]
}
}
}
Loading
Loading