Skip to content

Commit

Permalink
Merge pull request #2 from jahir07/master
Browse files Browse the repository at this point in the history
context and priority
  • Loading branch information
hasinhayder committed Jun 15, 2015
2 parents 951f180 + fc13d1d commit 021dbc2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,20 @@ <h2>General Properties</h2>
<div class="col-md-6">
<div class="form-group">
<label>Metabox Context</label>
<input type="text" class="form-control" id="mb_context" value="normal">
<select id="mb_context" class="form-control">
<option value="normal">Normal</option>
<option value="advance">Advance</option>
<option value="side">Side</option>
</select>
</div>
<div class="form-group">
<label>Metabox Priority</label>
<input type="text" class="form-control" id="mb_priority" value="high">
<select id="mb_priority" class="form-control">
<option value="default">Default</option>
<option value="high">High</option>
<option value="core">Core</option>
<option value="low">Low</option>low
</select>
</div>
<div class="form-group">
<label>PHP Function Name</label>
Expand Down Expand Up @@ -244,4 +253,4 @@ <h4 class="text-right">options</h4>
<script src="js/script.js" type="text/javascript"></script>

</body>
</html>
</html>

0 comments on commit 021dbc2

Please sign in to comment.