We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24914f8 commit 9adf991Copy full SHA for 9adf991
plugins/restapi/doc/doc.php
@@ -61,6 +61,32 @@ public function output()
61
public function header()
62
{
63
return '
64
+
65
+ <style type="text/css">
66
+.param-required {
67
+ background-color: #DD5600;
68
+}
69
+.param-optional {
70
+ background-color: #669533;
71
72
+.restapi-datatype {
73
+ background-color: #999;
74
75
76
+.restapi-param, .restapi-datatype {
77
+ border-radius: 3px;
78
+ display: inline-block;
79
+ padding: 2px 4px;
80
+ font-size: 11.844px;
81
+ font-weight: bold;
82
+ line-height: 14px;
83
+ color: #FFF;
84
+ vertical-align: baseline;
85
+ white-space: nowrap;
86
+ text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
87
88
89
+ </style>
90
91
<header class="jumbotron subhead" id="overview">
92
<div class="row">
0 commit comments