Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Comercial (#5)
Browse files Browse the repository at this point in the history
* New menu-items. Both Commercial and editorial

* Adding more menu-elements

* 0.0.11
  • Loading branch information
jimoe authored Jan 23, 2018
1 parent e4eea3e commit 783c28a
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 25 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update package at NPM: https://docs.npmjs.com/getting-started/publishing-npm-packages#updating-the-package
124 changes: 100 additions & 24 deletions menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,20 @@ var menu = {
{
"id": "58",
"parentid": "0",
"title": "Meninger",
"title": "Økonomi",
"color": "#007b84",
"theme": "meninger",
"uri": "/meninger",
"theme": "okonomi",
"uri": "/okonomi",
"type": "main",
"teasers": ""
},
{
"id": "33",
"id": "58",
"parentid": "0",
"title": "Sport",
"color": "#1fa975",
"theme": "sport",
"uri": "/sport",
"title": "Meninger",
"color": "#007b84",
"theme": "meninger",
"uri": "/meninger",
"type": "main",
"teasers": ""
},
Expand All @@ -171,6 +171,16 @@ var menu = {
"type": "main",
"teasers": ""
},
{
"id": "33",
"parentid": "0",
"title": "Sport",
"color": "#1fa975",
"theme": "sport",
"uri": "/sport",
"type": "main",
"teasers": ""
},
{
"id": "40",
"parentid": "0",
Expand All @@ -181,16 +191,6 @@ var menu = {
"type": "main",
"teasers": ""
},
/* {
"id": "3",
"parentid": "0",
"title": "Bolig",
"color": "#9a663f",
"theme": "bolig",
"uri": "/bolig",
"type": "main",
"teasers": ""
}, */
{
"id": "21",
"parentid": "0",
Expand Down Expand Up @@ -221,6 +221,27 @@ var menu = {
"type": "main",
"teasers": ""
},
{
"id": "3",
"parentid": "0",
"title": "Bolig",
"color": "#9a663f",
"theme": "bolig",
"uri": "/bolig",
"type": "main",
"teasers": ""
},
{
"id": "15",
"parentid": "0",
"title": "Forbrukertester",
"color": "#ff953a",
"theme": "forbrukertester",
"uri": "/tester",
"type": "main",
"teasers": "",
"showInDropDown": true,
},
{
"id": "15",
"parentid": "0",
Expand All @@ -229,7 +250,29 @@ var menu = {
"theme": "mat",
"uri": "/mat",
"type": "main",
"teasers": ""
"teasers": "",
"showInDropDown": true,
},
{
"id": "15",
"parentid": "0",
"title": "Utenriks",
"color": "#ff953a",
"theme": "utenriks",
"uri": "/utenriks",
"type": "main",
"teasers": "",
"showInDropDown": true,
},
{
"id": "15",
"parentid": "0",
"title": "Quiz",
"color": "#ff953a",
"theme": "quiz",
"uri": "/quiz",
"type": "main",
"teasers": "",
},
{
"id": "36",
Expand All @@ -238,19 +281,52 @@ var menu = {
"color": "#9312be",
"theme": "",
"uri": "/horoskop",
"type": "extra",
"teasers": ""
"type": "main",
"teasers": "",
"showInDropDown": true,
},
{
"id": "40",
"id": "37",
"parentid": "0",
"title": "Kommersielt:",
"color": "#f10000",
"theme": "",
"type": "heading",
"teasers": "",
"showInDropDown": true,
"children": [
],
},
{
"id": "40",
"parentid": "37",
"title": "Rabattkoder",
"color": "#9312be",
"theme": "",
"uri": "https://www.kk.no/rabattkoder",
"type": "extra",
"type": "sub",
"teasers": ""
}
},
{
"id": "41",
"parentid": "37",
"title": "Forbrukslån",
"color": "#9312be",
"theme": "",
"uri": "https://sol.no/forbruksl%C3%A5n",
"type": "sub",
"teasers": ""
},
{
"id": "42",
"parentid": "37",
"title": "Kredittkort",
"color": "#9312be",
"theme": "",
"uri": "https://sol.no/kredittkort",
"type": "sub",
"teasers": ""
},
],
"extra": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol-menu-content",
"version": "0.0.10",
"version": "0.0.11",
"description": "Content for site navigation at sol.no",
"main": "menu.js",
"scripts": {
Expand Down

0 comments on commit 783c28a

Please sign in to comment.