{"id":78827,"date":"2023-09-05T10:33:00","date_gmt":"2023-09-05T10:33:00","guid":{"rendered":"https:\/\/www.42gears.com\/?p=78827"},"modified":"2023-09-06T09:19:12","modified_gmt":"2023-09-06T09:19:12","slug":"say-hello-to-our-new-and-improved-suremdm-console-3-0","status":"publish","type":"post","link":"https:\/\/www.42gears.com\/nl\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/","title":{"rendered":"Say hello to our new and improved SureMDM Console 3.0"},"content":{"rendered":"\n<p>Over the years, we have interacted with thousands of customers and added exciting features and functionalities to our SureMDM solution. However, the console\u2019s look and feel have remained the same for a while now. This time, we decided to hit refresh on it. We are happy to announce that we have a new and improved Console 3.0 that offers superior user experience and performance. The new console is built on a cutting-edge platform called \u2018Angular\u2019 supported by Google, which adds robust integration capabilities, advanced customization, and flexibility to the console.<\/p>\n\n\n\n<p>Let\u2019s take a look at the new improvements:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-more-power-to-the-designer-in-you\">More power to the designer in you<\/h2>\n\n\n\n<p>Simple yet elegant, that\u2019s the best way to describe our refreshingly new and intuitive console. Console 3.0 comes loaded with customization capabilities to control how you want to visualize your toolbar and filters. With grid and list views, you can also customize the look of the device dashboard. In addition to a customized experience, the console offers improved navigation and easy-to-use widgets. That\u2019s not all; the ability to quickly do a universal search is imperative to provide a good user experience. We have added additional filters so you can search anything and everything with ease. Here comes the best part\u2013we have also included the much sought-after option \u2018light and dark mode themes\u2019 to improve visual performance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-customizable-views\">Customizable Views<\/h3>\n\n\n\n<style>\n#myImg {\n  cursor: pointer;\n  transition: 0.3s;\n}\n\n#myImg:hover {opacity: 0.7;}\n\n.modal {\n  display: none;\n  position: fixed; \n  z-index: 1; \n  padding-top: 140px; \n  width: 100%; \n  height: 100%; \n  overflow: auto; \n  background-color: rgb(0,0,0); \n  background-color: rgba(0,0,0,0.9); \n}\n\n.modal-content {\n  margin: auto;\n  display: block;\n}\n\n.modal-content, #caption {  \n  -webkit-animation-name: zoom;\n  -webkit-animation-duration: 0.6s;\n  animation-name: zoom;\n  animation-duration: 0.6s;\n}\n\n@-webkit-keyframes zoom {\n  from {-webkit-transform:scale(0)} \n  to {-webkit-transform:scale(1)}\n}\n\n@keyframes zoom {\n  from {transform:scale(0)} \n  to {transform:scale(1)}\n}\n\n.close1 {\n  position: absolute;\n  color: #FFFFFF;\n  top: 105px;\n  right: 180px;\n  font-size: 40px;\n  transition: 0.3s;\n}\n\n.close1:hover,\n.close1:focus {\n  color: #FFFFFF;\n  cursor: pointer;\n}\n\n<\/style>\n\n\n<img decoding=\"async\" id=\"myImg\" src=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/Gif_thumb_1-1.jpg\" style=\"width:100%;max-width:800px\">\n\n<div id=\"myModal\" class=\"modal\">\n  <span class=\"close1\">\u00d7<\/span>\n  <img decoding=\"async\" style=\"width: 100%; max-width: 900px\" class=\"modal-content\" id=\"img01\" src=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/Gif_1-1.gif\">\n<\/div>\n\n<script>\nvar modal = document.getElementById(\"myModal\");\nvar img = document.getElementById(\"myImg\");\nimg.onclick = function(){\n  modal.style.display = \"block\";\n}\nvar span = document.getElementsByClassName(\"close1\")[0];\nspan.onclick = function() { \n  modal.style.display = \"none\";\n}\n<\/script>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-light-and-dark-mode\">Light and Dark Mode<\/h3>\n\n\n\n<style>\n#myImg1 {\n  cursor: pointer;\n  transition: 0.3s;\n}\n\n#myImg1:hover {opacity: 0.7;}\n\n.modal1 {\n  display: none;\n  position: fixed; \n  z-index: 1; \n  padding-top: 140px;\n  top: 0px;\n  left: 0px; \n  width: 100%; \n  height: 100%; \n  overflow: auto; \n  background-color: rgb(0,0,0); \n  background-color: rgba(0,0,0,0.9); \n}\n\n.modal-content {\n  margin: auto;\n  display: block;\n  width: 80%;\n  max-width: 700px;\n}\n\n.modal-content, #caption {  \n  -webkit-animation-name: zoom;\n  -webkit-animation-duration: 0.6s;\n  animation-name: zoom;\n  animation-duration: 0.6s;\n}\n\n@-webkit-keyframes zoom {\n  from {-webkit-transform:scale(0)} \n  to {-webkit-transform:scale(1)}\n}\n\n@keyframes zoom {\n  from {transform:scale(0)} \n  to {transform:scale(1)}\n}\n\n.close2 {\n  position: absolute;\n  color: #FFFFFF;\n  top: 105px;\n  right: 180px;\n  font-size: 40px;\n  transition: 0.3s;\n}\n\n.close2:hover,\n.close2:focus {\n  color: #FFFFFF;\n  cursor: pointer;\n}\n\n@media only screen and (max-width: 700px){\n  .modal-content {\n    width: 100%;\n  }\n}\n<\/style>\n\n\n<img decoding=\"async\" id=\"myImg1\" src=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/Gif_thumb_2-1.jpg\" style=\"width:100%;max-width:800px\">\n\n<div id=\"myModal1\" class=\"modal1\">\n  <span class=\"close2\">\u00d7<\/span>\n  <img decoding=\"async\" style=\"width: 100%; max-width: 900px\" class=\"modal-content\" id=\"img02\" src=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/Gif_2-1.gif\">\n<\/div>\n\n<script>\nvar modal1 = document.getElementById(\"myModal1\");\nvar img1 = document.getElementById(\"myImg1\");\nimg1.onclick = function(){\n  modal1.style.display = \"block\";\n}\nvar span1 = document.getElementsByClassName(\"close2\")[0];\nspan1.onclick = function() { \n  modal1.style.display = \"none\";\n}\n<\/script>\n\n\n\n<p>*click on the images to enlarge<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-improved-reliability-efficiency-and-security\">Improved reliability, efficiency, and security<\/h2>\n\n\n\n<p>Countless glitches, multiple requests, and continuous fixes\u2013that\u2019s a typical day for an IT admin. They are always on their toes, and a slow admin console is the final straw. SureMDM Console 3.0 loads at a breakneck speed, reducing loading time by 60% and Time-to-First-Byte (TTFB) by 50%, thereby increasing your productivity. Managing a roster of devices and ensuring everything is accounted for and running smoothly can be daunting. The new SureMDM console provides a&nbsp; robust operation, eliminating the need for any manual intervention while managing the devices and implementing jobs.&nbsp;<\/p>\n\n\n\n<p>One of the top concerns for IT professionals regarding enterprise mobility management has been security. The new Console 3.0 comes with a better architecture than the old one to enhance security.<\/p>\n\n\n\n<p>We hope you enjoyed our new updates. Want to see all this in action? <a href=\"https:\/\/www.42gears.com\/suremdm-free-trial-signup\/\">Sign up for the SureMDM free trial<\/a> today.<\/p>\n\n\n\n<p><strong>Update as of Sep 4:<\/strong> The new console is the default console for all customers now, and we plan to deprecate the old console by the end of 2023. All new features added to the console in the past year are available only on Console 3.0.<\/p>\n\n\n\n<div style=\"background-image: url('https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/04\/CTA-1.jpg'); background-position: right; padding: 40px; border-radius: 5px; margin-top: 16px; background-size: cover;\">\n<h2 style=\"font-size: 22px; color: #fff; margin-top: 0px;\">Choose a feature-rich MDM to manage<br> your business devices<\/h2>\n<p style=\"margin-top: 32px; display: inline-block;\"><a href=\"https:\/\/www.42gears.com\/suremdm-free-trial-signup\/\" style=\"min-width: 148px; height: 48px; padding: 0 12px; text-align: center; display: inline-block; background-color: #ffffff; color: #427ab7; line-height: 48px; border-radius: 5px; letter-spacing: 1px; font-size: 12px; font-weight: bold; transition: all 0.5s; margin-bottom: 0px;\" rel=\"noopener noreferrer\">Try SureMDM for Free<\/a>\n<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Over the years, we have interacted with thousands of customers and added exciting features and functionalities to our SureMDM solution. However, the console\u2019s look and feel have remained the same for a while now. This time, we decided to hit refresh on it. We are happy to announce that we have a new and improved&hellip;<\/p>\n","protected":false},"author":7,"featured_media":79171,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"new-blog-template.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-78827","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Say Hello to the 42Gears Console 3.0 - SureMDM | 42Gears<\/title>\n<meta name=\"description\" content=\"Check details on our new and improved SureMDM Console 3.0 Login *Sign up for the SureMDM free trial today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Say hello to our new and improved SureMDM Console 3.0\" \/>\n<meta property=\"og:description\" content=\"Check details on our new and improved SureMDM Console 3.0 Login *Sign up for the SureMDM free trial today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\" \/>\n<meta property=\"og:site_name\" content=\"42Gears Mobility Systems\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/42gears\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-05T10:33:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-06T09:19:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"538\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"42Gears Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@42Gears\" \/>\n<meta name=\"twitter:site\" content=\"@42Gears\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"42Gears Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\"},\"author\":{\"name\":\"42Gears Team\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\"},\"headline\":\"Say hello to our new and improved SureMDM Console 3.0\",\"datePublished\":\"2023-09-05T10:33:00+00:00\",\"dateModified\":\"2023-09-06T09:19:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\"},\"wordCount\":449,\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"nl\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\",\"url\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\",\"name\":\"Say Hello to the 42Gears Console 3.0 - SureMDM | 42Gears\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png\",\"datePublished\":\"2023-09-05T10:33:00+00:00\",\"dateModified\":\"2023-09-06T09:19:12+00:00\",\"description\":\"Check details on our new and improved SureMDM Console 3.0 Login *Sign up for the SureMDM free trial today.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#breadcrumb\"},\"inLanguage\":\"nl\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png\",\"width\":1000,\"height\":538},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.42gears.com\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Say hello to our new and improved SureMDM Console 3.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.42gears.com\/#website\",\"url\":\"https:\/\/www.42gears.com\/\",\"name\":\"42Gears Mobility Systems\",\"description\":\"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown\",\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.42gears.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.42gears.com\/#organization\",\"name\":\"MDM - 42Gears\",\"url\":\"https:\/\/www.42gears.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"width\":499,\"height\":330,\"caption\":\"MDM - 42Gears\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/42gears\",\"https:\/\/x.com\/42Gears\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\",\"name\":\"42Gears Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"caption\":\"42Gears Team\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Say Hello to the 42Gears Console 3.0 - SureMDM | 42Gears","description":"Check details on our new and improved SureMDM Console 3.0 Login *Sign up for the SureMDM free trial today.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/","og_locale":"nl_NL","og_type":"article","og_title":"Say hello to our new and improved SureMDM Console 3.0","og_description":"Check details on our new and improved SureMDM Console 3.0 Login *Sign up for the SureMDM free trial today.","og_url":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/","og_site_name":"42Gears Mobility Systems","article_publisher":"https:\/\/www.facebook.com\/42gears","article_published_time":"2023-09-05T10:33:00+00:00","article_modified_time":"2023-09-06T09:19:12+00:00","og_image":[{"width":1000,"height":538,"url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png","type":"image\/png"}],"author":"42Gears Team","twitter_card":"summary_large_image","twitter_creator":"@42Gears","twitter_site":"@42Gears","twitter_misc":{"Written by":"42Gears Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#article","isPartOf":{"@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/"},"author":{"name":"42Gears Team","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d"},"headline":"Say hello to our new and improved SureMDM Console 3.0","datePublished":"2023-09-05T10:33:00+00:00","dateModified":"2023-09-06T09:19:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/"},"wordCount":449,"publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"image":{"@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage"},"thumbnailUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png","articleSection":["Uncategorized"],"inLanguage":"nl"},{"@type":"WebPage","@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/","url":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/","name":"Say Hello to the 42Gears Console 3.0 - SureMDM | 42Gears","isPartOf":{"@id":"https:\/\/www.42gears.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage"},"image":{"@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage"},"thumbnailUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png","datePublished":"2023-09-05T10:33:00+00:00","dateModified":"2023-09-06T09:19:12+00:00","description":"Check details on our new and improved SureMDM Console 3.0 Login *Sign up for the SureMDM free trial today.","breadcrumb":{"@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#breadcrumb"},"inLanguage":"nl","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/"]}]},{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#primaryimage","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png","width":1000,"height":538},{"@type":"BreadcrumbList","@id":"https:\/\/www.42gears.com\/blog\/say-hello-to-our-new-and-improved-suremdm-console-3-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.42gears.com\/nl\/"},{"@type":"ListItem","position":2,"name":"Say hello to our new and improved SureMDM Console 3.0"}]},{"@type":"WebSite","@id":"https:\/\/www.42gears.com\/#website","url":"https:\/\/www.42gears.com\/","name":"42Gears Mobility Systems","description":"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown","publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.42gears.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl"},{"@type":"Organization","@id":"https:\/\/www.42gears.com\/#organization","name":"MDM - 42Gears","url":"https:\/\/www.42gears.com\/","logo":{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","width":499,"height":330,"caption":"MDM - 42Gears"},"image":{"@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/42gears","https:\/\/x.com\/42Gears"]},{"@type":"Person","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d","name":"42Gears Team","image":{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","caption":"42Gears Team"}}]}},"author_meta":{"ID":"7","user_nicename":"42gears","user_email":"42gears@gmail.com","user_registered":"2015-07-15 04:55:37","display_name":"42Gears Team","first_name":"42Gears","last_name":"Team"},"featured_image_url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2022\/06\/featured.png","_links":{"self":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts\/78827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/comments?post=78827"}],"version-history":[{"count":111,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts\/78827\/revisions"}],"predecessor-version":[{"id":92641,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/posts\/78827\/revisions\/92641"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/media\/79171"}],"wp:attachment":[{"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/media?parent=78827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/categories?post=78827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.42gears.com\/nl\/wp-json\/wp\/v2\/tags?post=78827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}