ultimate-jekyll-manager 0.0.104 → 0.0.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  {
2
2
  logo: {
3
- href: '/dashboard'
3
+ href: '/',
4
+ class: 'filter-adaptive'
4
5
  },
5
6
  links: [
6
7
  {
@@ -12,58 +13,60 @@
12
13
  header: true,
13
14
  label: 'Main Menu'
14
15
  },
16
+ // {
17
+ // label: 'Analytics',
18
+ // href: '/dashboard/analytics',
19
+ // icon: 'chart-line'
20
+ // },
15
21
  {
16
- label: 'Analytics',
17
- href: '/dashboard/analytics',
18
- icon: 'chart-line'
19
- },
20
- {
21
- label: 'Projects',
22
+ label: 'Items',
22
23
  href: null,
23
24
  icon: 'folder',
24
25
  dropdown: [
25
26
  {
26
- label: 'All Projects',
27
- href: '/dashboard/projects',
27
+ label: 'All Items',
28
+ href: '/dashboard/items',
28
29
  icon: 'list'
29
30
  },
30
31
  {
31
32
  label: 'Create New',
32
- href: '/dashboard/projects/new',
33
+ href: '/dashboard/items/new',
33
34
  icon: 'plus'
34
35
  }
35
36
  ]
36
37
  },
37
- {
38
- label: 'Users',
39
- href: '/dashboard/users',
40
- icon: 'users'
41
- },
42
38
  // {
43
- // divider: true
39
+ // label: 'Users',
40
+ // href: '/dashboard/users',
41
+ // icon: 'users'
44
42
  // },
45
43
  {
46
44
  header: true,
47
- label: 'Settings'
45
+ label: 'Explore'
48
46
  },
49
47
  {
50
48
  label: 'Account',
51
- href: '/dashboard/account',
49
+ href: '/account#profile',
52
50
  icon: 'user-gear'
53
51
  },
54
52
  {
55
- label: 'Billing',
56
- href: '/dashboard/billing',
57
- icon: 'credit-card',
58
- badge: {
59
- text: 'Pro',
60
- color: 'primary'
61
- }
53
+ label: 'Homepage',
54
+ href: '/',
55
+ icon: 'house'
62
56
  },
63
- {
64
- label: 'Settings',
65
- href: '/dashboard/settings',
66
- icon: 'gear'
57
+ // {
58
+ // label: 'Billing',
59
+ // href: '/dashboard/billing',
60
+ // icon: 'credit-card',
61
+ // badge: {
62
+ // text: 'Pro',
63
+ // color: 'primary'
64
+ // }
65
+ // },
66
+ ],
67
+ bottom: {
68
+ ad: {
69
+ enabled: true,
67
70
  }
68
- ]
71
+ }
69
72
  }
@@ -44,28 +44,37 @@
44
44
  ],
45
45
  dropdown: [
46
46
  {
47
- label: 'Profile',
47
+ label: 'Account',
48
48
  href: '/account#profile',
49
- icon: 'user'
49
+ icon: 'user-gear'
50
50
  },
51
51
  {
52
- label: 'Subscription',
53
- href: '/account#billing',
54
- icon: 'crown'
52
+ label: 'Dashboard',
53
+ href: '/dashboard',
54
+ icon: 'gauge-high'
55
55
  },
56
56
  {
57
- label: 'Settings',
58
- href: '/account#settings',
59
- icon: 'gear'
57
+ divider: true,
58
+ attributes: [
59
+ ['data-wm-bind', '@show auth.account.roles.admin']
60
+ ]
60
61
  },
61
62
  {
62
- divider: true
63
+ label: 'Admin Panel',
64
+ href: '/admin',
65
+ icon: 'shield-halved',
66
+ attributes: [
67
+ ['data-wm-bind', '@show auth.account.roles.admin']
68
+ ]
69
+ },
70
+ {
71
+ divider: true,
63
72
  },
64
73
  {
65
74
  label: 'Sign Out',
66
75
  icon: 'arrow-right-from-bracket',
67
76
  class: 'auth-signout-btn text-danger'
68
- }
77
+ },
69
78
  ]
70
79
  }
71
80
  ]
@@ -1,8 +1,7 @@
1
1
  {
2
2
  logo: {
3
3
  href: '/',
4
- // src: null,
5
- // text: '{{ site.brand.name }}',
4
+ class: 'filter-adaptive',
6
5
  description: '{{ site.brand.description }}',
7
6
  },
8
7
  links: [
@@ -1,6 +1,7 @@
1
1
  {
2
2
  logo: {
3
- href: '/'
3
+ href: '/',
4
+ class: 'filter-adaptive'
4
5
  },
5
6
  links: [
6
7
  {
@@ -41,6 +42,16 @@
41
42
  ['data-wm-bind', '@show !auth.user']
42
43
  ]
43
44
  },
45
+ // {
46
+ // label: 'Premium',
47
+ // href: '/pricing',
48
+ // color: 'adaptive',
49
+ // icon: 'crown',
50
+ // attributes: [
51
+ // ['data-wm-bind', '@show auth.account.subscription.product === basic'],
52
+ // ['hidden', '']
53
+ // ]
54
+ // },
44
55
  {
45
56
  type: 'account',
46
57
  attributes: [
@@ -49,22 +60,31 @@
49
60
  ],
50
61
  dropdown: [
51
62
  {
52
- label: 'Profile',
63
+ label: 'Account',
53
64
  href: '/account#profile',
54
- icon: 'user'
65
+ icon: 'user-gear'
55
66
  },
56
67
  {
57
- label: 'Subscription',
58
- href: '/account#billing',
59
- icon: 'crown'
68
+ label: 'Dashboard',
69
+ href: '/dashboard',
70
+ icon: 'gauge-high'
60
71
  },
61
72
  {
62
- label: 'Settings',
63
- href: '/account#settings',
64
- icon: 'gear'
73
+ divider: true,
74
+ attributes: [
75
+ ['data-wm-bind', '@show auth.account.roles.admin']
76
+ ]
65
77
  },
66
78
  {
67
- divider: true
79
+ label: 'Admin Panel',
80
+ href: '/admin/dashboard',
81
+ icon: 'shield-halved',
82
+ attributes: [
83
+ ['data-wm-bind', '@show auth.account.roles.admin']
84
+ ]
85
+ },
86
+ {
87
+ divider: true,
68
88
  },
69
89
  {
70
90
  label: 'Sign Out',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.104",
3
+ "version": "0.0.106",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {