Similar to extensions and widgets, an element requires a manifest file, called element.json, to define key properties. The contents of an element.json file look similar to the following:

{
  "inline" : false,
  "supportedWidgetType" : ["widget-type", "widget-type", ...],
  "translations" : [
    {
      "language" : "en_EN",
      "title" : "Title in English",
      "description" : "Description in English"
    },
    {
      "language" : "de_DE",
      "title" : "Title in German",
      "description" : "Description in German"
    }
    ]
}

The attributes available for element.json manifests are:


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices