| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 | 
							- title: PLUGIN_ADMIN.EXTERNAL
 
- extends@:
 
-   type: default
 
-   context: blueprints://pages
 
- form:
 
-   validation: loose
 
-   fields:
 
-     tabs:
 
-       type: tabs
 
-       active: 1
 
-       fields:
 
-         content:
 
-           fields:
 
-             header.title:
 
-               type: text
 
-               autofocus: true
 
-               style: horizontal
 
-               label: PLUGIN_ADMIN.TITLE
 
-             content:
 
-               unset@: true
 
-             header.media_order:
 
-               unset@: true
 
-             header.external_url:
 
-               type: text
 
-               label: PLUGIN_ADMIN.EXTERNAL_URL
 
-               placeholder: https://getgrav.org
 
-               validate:
 
-                 required: true
 
-         options:
 
-           fields:
 
-             publishing:
 
-               fields:
 
-                 header.date:
 
-                   unset@: true
 
-                 header.metadata:
 
-                   unset@: true
 
-             taxonomies:
 
-               unset@: true
 
 
  |