Sindbad~EG File Manager

Current Path : /var/www/moodledata/mdata-uautomaq/filedir/8b/71/
Upload File :
Current File : /var/www/moodledata/mdata-uautomaq/filedir/8b/71/8b7188d927d8cedf2985a6f5db2547b093ab0f24

[
  {
    "name": "threeImage",
    "type": "group",
    "widget": "threeImage",
    "label": "Three Image Editor",
    "importance": "high",
    "fields": [
      {
        "name": "scenes",
        "type": "list",
        "label": "Scenes",
        "entity": "Scene",
        "min": 0,
        "field": {
          "name": "scene",
          "type": "group",
          "fields": [
            {
              "name": "sceneType",
              "type": "select",
              "label": "Scene type",
              "widget": "radioGroup",
              "alignment": "horizontal",
              "options": [
                {
                  "value": "360",
                  "label": "360 image"
                },
                {
                  "value": "static",
                  "label": "Static image"
                }
              ],
              "default": "360"
            },
            {
              "name": "showBackButton",
              "type": "boolean",
              "label": "Display \"Back\" button",
              "description": "Display button for navigating back to your previous scene",
              "default": true,
              "widget": "showWhen",
              "showWhen": {
                "rules": [
                  {
                    "field": "sceneType",
                    "equals": "static"
                  }
                ]
              }
            },
            {
              "name": "sceneId",
              "type": "number"
            },
            {
              "name": "scenename",
              "type": "text",
              "label": "Scene Title",
              "description": "Used to identify the scene"
            },
            {
              "name": "scenesrc",
              "type": "image",
              "label": "Scene Background"
            },
            {
              "name": "scenedescription",
              "type": "text",
              "widget": "html",
              "label": "Scene Description",
              "description": "A text that can describe the scene for the end-user",
              "optional": true,
              "tags": [
                "p",
                "br",
                "strong",
                "em",
                "code"
              ]
            },
            {
              "name": "cameraStartPosition",
              "type": "text"
            },
            {
              "name": "interactions",
              "type": "list",
              "min": 0,
              "field": {
                "name": "interaction",
                "type": "group",
                "fields": [
                  {
                    "name": "labelText",
                    "type": "text",
                    "label": "Label",
                    "optional": true,
                    "description": "If left blank no label will be displayed and we'll try to use the title field for screen readers"
                  },
                  {
                    "name": "label",
                    "type": "group",
                    "label": "Label Settings",
                    "importance": "low",
                    "fields": [
                      {
                        "name": "labelPosition",
                        "type": "select",
                        "label": "Label position",
                        "description": "Choose where the label should appear",
                        "options": [
                          {
                            "value": "inherit",
                            "label": "Use behavioral setting"
                          },
                          {
                            "value": "right",
                            "label": "Right aligned"
                          },
                          {
                            "value": "left",
                            "label": "Left aligned"
                          },
                          {
                            "value": "top",
                            "label": "Top aligned"
                          },
                          {
                            "value": "bottom",
                            "label": "Bottom aligned"
                          }
                        ],
                        "default": "inherit"
                      },
                      {
                        "name": "showLabel",
                        "type": "select",
                        "label": "Display Label",
                        "description": "If hidden - labels will show only on mouse over",
                        "options": [
                          {
                            "value": "inherit",
                            "label": "Use behavioral setting"
                          },
                          {
                            "value": "show",
                            "label": "Show"
                          },
                          {
                            "value": "hide",
                            "label": "Hide"
                          }
                        ],
                        "default": "inherit"
                      }
                    ]
                  },
                  {
                    "name": "action",
                    "type": "library",
                    "options": [
                      "H5P.GoToScene 0.1",
                      "H5P.AdvancedText 1.1",
                      "H5P.Image 1.1",
                      "H5P.Audio 1.5",
                      "H5P.Video 1.6",
                      "H5P.Summary 1.10",
                      "H5P.SingleChoiceSet 1.11"
                    ]
                  },
                  {
                    "name": "interactionpos",
                    "type": "text"
                  }
                ]
              }
            },
            {
              "name": "iconType",
              "type": "select",
              "label": "Button style",
              "description": "Decide how buttons pointing to this scene should look. For scenes that are static and does not lead to new scenes, we recommend the \"More information\" button.",
              "widget": "radioGroup",
              "alignment": "horizontal",
              "options": [
                {
                  "value": "arrow",
                  "label": "New scene (arrow)"
                },
                {
                  "value": "plus",
                  "label": "More information (plus)"
                }
              ],
              "default": "arrow"
            },
            {
              "name": "audio",
              "type": "audio",
              "label": "Audio Track",
              "description": "Add an audio track that's specific for this scene.",
              "optional": true,
              "widgetExtensions": [
                "AudioRecorder"
              ]
            }
          ]
        }
      },
      {
        "name": "startSceneId",
        "type": "number",
        "default": 0
      },
      {
        "name": "audio",
        "type": "audio",
        "label": "Audio track",
        "optional": true
      }
    ]
  },
  {
    "name": "behaviour",
    "type": "group",
    "label": "Behavioral settings",
    "importance": "low",
    "description": "These options will let you control how the world behaves.",
    "fields": [
      {
        "name": "audio",
        "type": "audio",
        "label": "Global Audio",
        "description": "Add an audio track that's available for all of the scenes by default.",
        "optional": true,
        "widgetExtensions": [
          "AudioRecorder"
        ]
      },
      {
        "name": "sceneRenderingQuality",
        "type": "select",
        "label": "Scene rendering quality",
        "description": "Choose the amount of width and height segments used to render a scene. This directly affects the quality level of the scene, try increasing the quality if a scene looks \"blocky\" or \"waves\" are seen within the scenes. Note that higher quality rendering takes more time to load.",
        "options": [
          {
            "value": "high",
            "label": "High Quality (128x128)"
          },
          {
            "value": "medium",
            "label": "Medium Quality (64x64)"
          },
          {
            "value": "low",
            "label": "Low Quality (16x16)"
          }
        ],
        "default": "high"
      },
      {
        "name": "label",
        "type": "group",
        "label": "Label settings",
        "importance": "low",
        "expanded": true,
        "fields": [
          {
            "name": "labelPosition",
            "type": "select",
            "label": "Label position",
            "description": "The default label position. The position may be overriden per interaction",
            "options": [
              {
                "value": "right",
                "label": "Right aligned"
              },
              {
                "value": "left",
                "label": "Left aligned"
              },
              {
                "value": "top",
                "label": "Top aligned"
              },
              {
                "value": "bottom",
                "label": "Bottom aligned"
              }
            ],
            "default": "right"
          },
          {
            "name": "showLabel",
            "type": "boolean",
            "label": "Display Labels",
            "description": "If unchecked - labels will show only on mouse over",
            "default": true
          }
        ]
      }
    ]
  },
  {
    "name": "l10n",
    "type": "group",
    "common": true,
    "label": "Localize",
    "fields": [
      {
        "name": "title",
        "type": "text",
        "label": "Aria label for content type",
        "default": "Virtual Tour"
      },
      {
        "name": "playAudioTrack",
        "type": "text",
        "label": "Label for to play audio",
        "default": "Play Audio Track"
      },
      {
        "name": "pauseAudioTrack",
        "type": "text",
        "label": "Label to pause audio",
        "default": "Pause Audio Track"
      },
      {
        "name": "sceneDescription",
        "type": "text",
        "label": "Title to scene dialog",
        "default": "Scene Description"
      },
      {
        "name": "resetCamera",
        "type": "text",
        "label": "Label for button to reset camera",
        "default": "Reset Camera"
      },
      {
        "name": "submitDialog",
        "type": "text",
        "label": "Label for the submit dialog button",
        "default": "Submit Dialog"
      },
      {
        "name": "closeDialog",
        "type": "text",
        "label": "Label for the close dialog button",
        "default": "Close Dialog"
      },
      {
        "name": "expandButtonAriaLabel",
        "type": "text",
        "label": "Aria label for the expand label button",
        "default": "Expand the visual label"
      },
      {
        "name": "backgroundLoading",
        "type": "text",
        "label": "Label for when background image is loading in 360 scene",
        "default": "Loading background image..."
      },
      {
        "name": "noContent",
        "type": "text",
        "label": "Label for when there is no content",
        "default": "No content"
      }
    ]
  }
]

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists