github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/vscode-frontmatter/snippets.de.json (about)

     1  {
     2  	"frontMatter.content.snippets": {
     3  		"Badge": {
     4  			"body": [
     5  				"{{% badge title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" %}}[[&content]]{{% /badge %}}"
     6  			],
     7  			"description": "Zeigt einen kleinen Marker im Text an",
     8  			"fields": [
     9  				{
    10  					"default": "FM_SELECTED_TEXT",
    11  					"name": "content",
    12  					"title": "Text",
    13  					"type": "string"
    14  				},
    15  				{
    16  					"default": "",
    17  					"name": "title",
    18  					"title": "Titel",
    19  					"type": "string"
    20  				},
    21  				{
    22  					"choices": [
    23  						"",
    24  						"info",
    25  						"note",
    26  						"tip",
    27  						"warning",
    28  						"primary",
    29  						"secondary",
    30  						"accent",
    31  						"blue",
    32  						"green",
    33  						"gray",
    34  						"orange",
    35  						"red",
    36  						"default",
    37  						"transparent",
    38  						"code"
    39  					],
    40  					"default": "",
    41  					"name": "style",
    42  					"title": "Stil-Schema",
    43  					"type": "choice"
    44  				},
    45  				{
    46  					"default": "",
    47  					"name": "color",
    48  					"title": "CSS-Farbwert",
    49  					"type": "string"
    50  				},
    51  				{
    52  					"default": "",
    53  					"name": "icon",
    54  					"title": "Font Awesome Icon",
    55  					"type": "string"
    56  				}
    57  			]
    58  		},
    59  		"Button": {
    60  			"body": [
    61  				"{{% button href=\"[[&href]]\" target=\"[[&target]]\" type=\"[[&type]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" iconposition=\"[[&iconposition]]\" %}}[[&content]]{{% /button %}}"
    62  			],
    63  			"description": "Zeigt eine anklickbare Schaltfläche an",
    64  			"fields": [
    65  				{
    66  					"default": "FM_SELECTED_TEXT",
    67  					"name": "content",
    68  					"title": "Text",
    69  					"type": "string"
    70  				},
    71  				{
    72  					"default": "",
    73  					"name": "href",
    74  					"title": "Ziel-URL",
    75  					"type": "string"
    76  				},
    77  				{
    78  					"default": "",
    79  					"name": "target",
    80  					"title": "HTML a[target] wie z.B. `_self` oder `_blank`",
    81  					"type": "string"
    82  				},
    83  				{
    84  					"default": "",
    85  					"name": "type",
    86  					"title": "HTML button[type] wie z.B. `button` oder `submit`",
    87  					"type": "string"
    88  				},
    89  				{
    90  					"choices": [
    91  						"",
    92  						"info",
    93  						"note",
    94  						"tip",
    95  						"warning",
    96  						"primary",
    97  						"secondary",
    98  						"accent",
    99  						"blue",
   100  						"green",
   101  						"gray",
   102  						"orange",
   103  						"red",
   104  						"default",
   105  						"transparent",
   106  						"code"
   107  					],
   108  					"default": "",
   109  					"name": "style",
   110  					"title": "Stil-Schema",
   111  					"type": "choice"
   112  				},
   113  				{
   114  					"default": "",
   115  					"name": "color",
   116  					"title": "CSS-Farbwert",
   117  					"type": "string"
   118  				},
   119  				{
   120  					"default": "",
   121  					"name": "icon",
   122  					"title": "Font Awesome Icon",
   123  					"type": "string"
   124  				},
   125  				{
   126  					"choices": [
   127  						"",
   128  						"left",
   129  						"right"
   130  					],
   131  					"default": "",
   132  					"name": "iconposition",
   133  					"title": "Position des Icons",
   134  					"type": "choice"
   135  				}
   136  			]
   137  		},
   138  		"Children": {
   139  			"body": [
   140  				"{{% children description=\"[[&description]]\" depth=\"[[&depth]]\" sort=\"[[&sort]]\" showhidden=\"[[&showhidden]]\" containerstyle=\"[[&containerstyle]]\" style=\"[[&style]]\" %}}"
   141  			],
   142  			"description": "Zeigt eine Liste der Unterseiten dieser Seite an",
   143  			"fields": [
   144  				{
   145  					"choices": [
   146  						"",
   147  						"false",
   148  						"true"
   149  					],
   150  					"default": "",
   151  					"name": "description",
   152  					"title": "Unterseiten-Beschreibung anzeigen",
   153  					"type": "choice"
   154  				},
   155  				{
   156  					"default": "",
   157  					"name": "depth",
   158  					"title": "Tiefe der anzuzeigenden Unterseiten-Ebenen",
   159  					"type": "string"
   160  				},
   161  				{
   162  					"default": "",
   163  					"name": "sort",
   164  					"title": "Sortierfeld",
   165  					"type": "string"
   166  				},
   167  				{
   168  					"choices": [
   169  						"",
   170  						"false",
   171  						"true"
   172  					],
   173  					"default": "",
   174  					"name": "showhidden",
   175  					"title": "Versteckte Unterseiten anzeigen",
   176  					"type": "choice"
   177  				},
   178  				{
   179  					"default": "",
   180  					"name": "containerstyle",
   181  					"title": "Container-HTML-Element",
   182  					"type": "string"
   183  				},
   184  				{
   185  					"default": "",
   186  					"name": "style",
   187  					"title": "Container-Kind-HTML-Element",
   188  					"type": "string"
   189  				}
   190  			]
   191  		},
   192  		"Expand": {
   193  			"body": [
   194  				"{{% expand title=\"[[&title]]\" open=\"[[&open]]\" %}}[[&content]]{{% /expand %}}"
   195  			],
   196  			"description": "Zeigt einen ein-/ausklappbaren Textblock an",
   197  			"fields": [
   198  				{
   199  					"default": "FM_SELECTED_TEXT",
   200  					"name": "content",
   201  					"title": "Text",
   202  					"type": "string"
   203  				},
   204  				{
   205  					"default": "",
   206  					"name": "title",
   207  					"title": "Titel",
   208  					"type": "string"
   209  				},
   210  				{
   211  					"choices": [
   212  						"",
   213  						"false",
   214  						"true"
   215  					],
   216  					"default": "",
   217  					"name": "open",
   218  					"title": "Textblock initial ausklappen",
   219  					"type": "choice"
   220  				}
   221  			]
   222  		},
   223  		"Highlight": {
   224  			"body": [
   225  				"````[[&type]] title=\"[[&title]]\" wrap=\"[[&wrap]]\" lineNos=\"[[&lineNos]]\" anchorLineNos=\"[[&anchorLineNos]]\" lineAnchors=\"[[&lineAnchors]]\" lineNoStart=\"[[&lineNoStart]]\" hl_Lines=\"[[&hl_Lines]]\"",
   226  				"[[&content]]",
   227  				"````"
   228  			],
   229  			"description": "Zeigt formatierten Code an",
   230  			"fields": [
   231  				{
   232  					"default": "FM_SELECTED_TEXT",
   233  					"name": "content",
   234  					"title": "Text",
   235  					"type": "string"
   236  				},
   237  				{
   238  					"name": "title",
   239  					"title": "Titel",
   240  					"type": "string"
   241  				},
   242  				{
   243  					"choices": [
   244  						"",
   245  						"false",
   246  						"true"
   247  					],
   248  					"default": "",
   249  					"name": "wrap",
   250  					"title": "Zeilen umbrechen",
   251  					"type": "choice"
   252  				},
   253  				{
   254  					"choices": [
   255  						"",
   256  						"false",
   257  						"true"
   258  					],
   259  					"default": "",
   260  					"name": "lineNos",
   261  					"title": "Zeilennummern anzeigen",
   262  					"type": "choice"
   263  				},
   264  				{
   265  					"choices": [
   266  						"",
   267  						"false",
   268  						"true"
   269  					],
   270  					"default": "",
   271  					"name": "anchorLineNos",
   272  					"title": "Zeilennummern verlinkbar",
   273  					"type": "choice"
   274  				},
   275  				{
   276  					"default": "",
   277  					"name": "lineAnchors",
   278  					"title": "Eindeutiges Prefix für verlinkbare Zeilennummern",
   279  					"type": "string"
   280  				},
   281  				{
   282  					"default": "",
   283  					"name": "lineNoStart",
   284  					"title": "Erste Zeilennummer",
   285  					"type": "string"
   286  				},
   287  				{
   288  					"default": "",
   289  					"name": "hl_Lines",
   290  					"title": "Zu markierende Zeilen",
   291  					"type": "string"
   292  				}
   293  			]
   294  		},
   295  		"Icon": {
   296  			"body": [
   297  				"{{% icon [[&icon]] %}}"
   298  			],
   299  			"description": "Zeigt ein Font Awesome Icon an",
   300  			"fields": [
   301  				{
   302  					"name": "icon",
   303  					"title": "Font Awesome Icon",
   304  					"type": "string"
   305  				}
   306  			]
   307  		},
   308  		"Include": {
   309  			"body": [
   310  				"{{% include file=\"[[&file]]\" hidefirstheading=\"[[&hidefirstheading]]\" %}}"
   311  			],
   312  			"description": "Zeigt den Inhalt einer Datei an",
   313  			"fields": [
   314  				{
   315  					"name": "file",
   316  					"title": "Pfad zur Datei",
   317  					"type": "string"
   318  				},
   319  				{
   320  					"choices": [
   321  						"",
   322  						"false",
   323  						"true"
   324  					],
   325  					"default": "",
   326  					"name": "hidefirstheading",
   327  					"title": "Erste Überschrift verstecken",
   328  					"type": "choice"
   329  				}
   330  			]
   331  		},
   332  		"Math": {
   333  			"body": [
   334  				"````math align=\"[[&align]]\"",
   335  				"[[&content]]",
   336  				"````"
   337  			],
   338  			"description": "Zeigt eine mathematische oder chemische Formel mittels MathJax an",
   339  			"fields": [
   340  				{
   341  					"default": "FM_SELECTED_TEXT",
   342  					"name": "content",
   343  					"title": "Formel",
   344  					"type": "string"
   345  				},
   346  				{
   347  					"choices": [
   348  						"",
   349  						"left",
   350  						"center",
   351  						"right"
   352  					],
   353  					"default": "",
   354  					"name": "align",
   355  					"title": "Horizontale Ausrichtung",
   356  					"type": "choice"
   357  				}
   358  			]
   359  		},
   360  		"Mermaid": {
   361  			"body": [
   362  				"````mermaid align=\"[[&align]]\" zoom=\"[[&zoom]]\"",
   363  				"[[&content]]",
   364  				"````"
   365  			],
   366  			"description": "Zeigt ein Mermaid Diagramm an",
   367  			"fields": [
   368  				{
   369  					"default": "FM_SELECTED_TEXT",
   370  					"name": "content",
   371  					"title": "Diagramm",
   372  					"type": "string"
   373  				},
   374  				{
   375  					"choices": [
   376  						"",
   377  						"left",
   378  						"center",
   379  						"right"
   380  					],
   381  					"default": "",
   382  					"name": "align",
   383  					"title": "Horizontale Ausrichtung",
   384  					"type": "choice"
   385  				},
   386  				{
   387  					"choices": [
   388  						"",
   389  						"false",
   390  						"true"
   391  					],
   392  					"default": "",
   393  					"name": "zoom",
   394  					"title": "Diagramm schieb- und zoombar",
   395  					"type": "choice"
   396  				}
   397  			]
   398  		},
   399  		"Notice": {
   400  			"body": [
   401  				"{{% notice title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" %}}[[&content]]{{% /notice %}}"
   402  			],
   403  			"description": "Zeigt eine konfigurierbare Text-Box an",
   404  			"fields": [
   405  				{
   406  					"default": "FM_SELECTED_TEXT",
   407  					"name": "content",
   408  					"title": "Text",
   409  					"type": "string"
   410  				},
   411  				{
   412  					"default": "",
   413  					"name": "title",
   414  					"title": "Titel",
   415  					"type": "string"
   416  				},
   417  				{
   418  					"choices": [
   419  						"",
   420  						"info",
   421  						"note",
   422  						"tip",
   423  						"warning",
   424  						"primary",
   425  						"secondary",
   426  						"accent",
   427  						"blue",
   428  						"green",
   429  						"gray",
   430  						"orange",
   431  						"red",
   432  						"default",
   433  						"transparent",
   434  						"code"
   435  					],
   436  					"default": "",
   437  					"name": "style",
   438  					"title": "Stil-Schema",
   439  					"type": "choice"
   440  				},
   441  				{
   442  					"default": "",
   443  					"name": "color",
   444  					"title": "CSS-Farbwert",
   445  					"type": "string"
   446  				},
   447  				{
   448  					"default": "",
   449  					"name": "icon",
   450  					"title": "Font Awesome Icon",
   451  					"type": "string"
   452  				}
   453  			]
   454  		},
   455  		"OpenAPI": {
   456  			"body": [
   457  				"{{< openapi src=\"[[&src]]\" >}}"
   458  			],
   459  			"description": "Zeigt eine OpenAPI / Swagger Spezifikation an",
   460  			"fields": [
   461  				{
   462  					"name": "src",
   463  					"title": "URL zur OpenAPI Specifikation",
   464  					"type": "string"
   465  				}
   466  			]
   467  		},
   468  		"Resources": {
   469  			"body": [
   470  				"{{% resources title=\"[[&title]]\" pattern=\"[[&pattern]]\" sort=\"[[&sort]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" /%}}"
   471  			],
   472  			"description": "Zeigt eine Liste von Resourcen eines Page Bundles an",
   473  			"fields": [
   474  				{
   475  					"default": "",
   476  					"name": "title",
   477  					"title": "Titel",
   478  					"type": "string"
   479  				},
   480  				{
   481  					"default": "",
   482  					"name": "pattern",
   483  					"title": "Regex zum Filtern der Dateinamen",
   484  					"type": "string"
   485  				},
   486  				{
   487  					"choices": [
   488  						"",
   489  						"asc",
   490  						"desc"
   491  					],
   492  					"default": "",
   493  					"name": "sort",
   494  					"title": "Ausgabereihenfolge",
   495  					"type": "choice"
   496  				},
   497  				{
   498  					"choices": [
   499  						"",
   500  						"info",
   501  						"note",
   502  						"tip",
   503  						"warning",
   504  						"primary",
   505  						"secondary",
   506  						"accent",
   507  						"blue",
   508  						"green",
   509  						"gray",
   510  						"orange",
   511  						"red",
   512  						"default",
   513  						"transparent",
   514  						"code"
   515  					],
   516  					"default": "",
   517  					"name": "style",
   518  					"title": "Stil-Schema",
   519  					"type": "choice"
   520  				},
   521  				{
   522  					"default": "",
   523  					"name": "color",
   524  					"title": "CSS-Farbwert",
   525  					"type": "string"
   526  				},
   527  				{
   528  					"default": "",
   529  					"name": "icon",
   530  					"title": "Font Awesome Icon",
   531  					"type": "string"
   532  				}
   533  			]
   534  		},
   535  		"Site Param": {
   536  			"body": [
   537  				"{{% siteparam name=\"[[&name]]\" %}}"
   538  			],
   539  			"description": "Zeigt einen \"site parameter\" an",
   540  			"fields": [
   541  				{
   542  					"name": "name",
   543  					"title": "Name des \"site parameter\"",
   544  					"type": "string"
   545  				}
   546  			]
   547  		},
   548  		"Tab": {
   549  			"body": [
   550  				"{{% tab title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" %}}",
   551  				"[[&content]]",
   552  				"{{% /tab %}}"
   553  			],
   554  			"description": "Zeigt einen einzelnen Tab an",
   555  			"fields": [
   556  				{
   557  					"default": "FM_SELECTED_TEXT",
   558  					"name": "content",
   559  					"title": "Text",
   560  					"type": "string"
   561  				},
   562  				{
   563  					"name": "title",
   564  					"title": "Titel",
   565  					"type": "string"
   566  				},
   567  				{
   568  					"choices": [
   569  						"",
   570  						"info",
   571  						"note",
   572  						"tip",
   573  						"warning",
   574  						"primary",
   575  						"secondary",
   576  						"accent",
   577  						"blue",
   578  						"green",
   579  						"gray",
   580  						"orange",
   581  						"red",
   582  						"default",
   583  						"transparent",
   584  						"code"
   585  					],
   586  					"default": "",
   587  					"name": "style",
   588  					"title": "Stil-Schema",
   589  					"type": "choice"
   590  				},
   591  				{
   592  					"default": "",
   593  					"name": "color",
   594  					"title": "CSS-Farbwert",
   595  					"type": "string"
   596  				},
   597  				{
   598  					"default": "",
   599  					"name": "icon",
   600  					"title": "Font Awesome Icon",
   601  					"type": "string"
   602  				}
   603  			]
   604  		},
   605  		"Tabs": {
   606  			"body": [
   607  				"{{< tabs title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" groupid=\"[[&groupid]]\" >}}",
   608  				"{{% tab title=\"[[&title1]]\" style=\"[[&style1]]\" color=\"[[&color1]]\" icon=\"[[&icon1]]\" %}}",
   609  				"[[&content1]]",
   610  				"{{% /tab %}}",
   611  				"{{% tab title=\"[[&title2]]\" style=\"[[&style2]]\" color=\"[[&color2]]\" icon=\"[[&icon2]]\" %}}",
   612  				"[[&content2]]",
   613  				"{{% /tab %}}",
   614  				"{{< /tabs >}}"
   615  			],
   616  			"description": "Zeigt eine Tabgruppe an",
   617  			"fields": [
   618  				{
   619  					"default": "",
   620  					"name": "title",
   621  					"title": "Titel der Tabgruppe",
   622  					"type": "string"
   623  				},
   624  				{
   625  					"choices": [
   626  						"",
   627  						"info",
   628  						"note",
   629  						"tip",
   630  						"warning",
   631  						"primary",
   632  						"secondary",
   633  						"accent",
   634  						"blue",
   635  						"green",
   636  						"gray",
   637  						"orange",
   638  						"red",
   639  						"default",
   640  						"transparent",
   641  						"code"
   642  					],
   643  					"default": "",
   644  					"name": "style",
   645  					"title": "Standard-Stil-Schema aller Tabs",
   646  					"type": "choice"
   647  				},
   648  				{
   649  					"default": "",
   650  					"name": "color",
   651  					"title": "Standard-CSS-Farbwert aller Tabs",
   652  					"type": "string"
   653  				},
   654  				{
   655  					"default": "",
   656  					"name": "icon",
   657  					"title": "Font Awesome Icon der Tabgruppe",
   658  					"type": "string"
   659  				},
   660  				{
   661  					"default": "",
   662  					"name": "groupid",
   663  					"title": "ID, die zum synchronisieren der Tabauswahl über mehrere Tabgruppen hinweg benutzt werden soll",
   664  					"type": "string"
   665  				},
   666  				{
   667  					"default": "FM_SELECTED_TEXT",
   668  					"name": "content1",
   669  					"title": "Text des ersten Tabs",
   670  					"type": "string"
   671  				},
   672  				{
   673  					"name": "title1",
   674  					"title": "Titel des ersten Tabs",
   675  					"type": "string"
   676  				},
   677  				{
   678  					"choices": [
   679  						"",
   680  						"info",
   681  						"note",
   682  						"tip",
   683  						"warning",
   684  						"primary",
   685  						"secondary",
   686  						"accent",
   687  						"blue",
   688  						"green",
   689  						"gray",
   690  						"orange",
   691  						"red",
   692  						"default",
   693  						"transparent",
   694  						"code"
   695  					],
   696  					"default": "",
   697  					"name": "style1",
   698  					"title": "Stil-Schema des ersten Tabs",
   699  					"type": "choice"
   700  				},
   701  				{
   702  					"default": "",
   703  					"name": "color1",
   704  					"title": "CSS-Farbwert des ersten Tabs",
   705  					"type": "string"
   706  				},
   707  				{
   708  					"default": "",
   709  					"name": "icon1",
   710  					"title": "Font Awesome Icon des ersten Tabs",
   711  					"type": "string"
   712  				},
   713  				{
   714  					"default": "",
   715  					"name": "content2",
   716  					"title": "Text des zweiten Tabs",
   717  					"type": "string"
   718  				},
   719  				{
   720  					"name": "title2",
   721  					"title": "Titel des zweiten Tabs",
   722  					"type": "string"
   723  				},
   724  				{
   725  					"choices": [
   726  						"",
   727  						"info",
   728  						"note",
   729  						"tip",
   730  						"warning",
   731  						"primary",
   732  						"secondary",
   733  						"accent",
   734  						"blue",
   735  						"green",
   736  						"gray",
   737  						"orange",
   738  						"red",
   739  						"default",
   740  						"transparent",
   741  						"code"
   742  					],
   743  					"default": "",
   744  					"name": "style2",
   745  					"title": "Stil-Schema des zweiten Tabs",
   746  					"type": "choice"
   747  				},
   748  				{
   749  					"default": "",
   750  					"name": "color2",
   751  					"title": "CSS-Farbwert des zweiten Tabs",
   752  					"type": "string"
   753  				},
   754  				{
   755  					"default": "",
   756  					"name": "icon2",
   757  					"title": "Font Awesome Icon des zweiten Tabs",
   758  					"type": "string"
   759  				}
   760  			]
   761  		}
   762  	}
   763  }