Skip to content
This repository was archived by the owner on Apr 28, 2019. It is now read-only.

Underscore to ASCII #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ position: 1
</div>

<div class="alert alert-info">
<strong>Note:</strong> The available field types are : <code>string</code>, <code>text</code>, <code>file</code>, <code>select</code>, <code>boolean</code>, <code>date</code>, <code>date_time</code>, <code>tags</code>, <code>integer</code>, <code>float</code>, <code>belongs\_to</code>, <code>has\_many</code>, <code>many\_to\_many</code>.
<strong>Note:</strong> The available field types are : <code>string</code>, <code>text</code>, <code>file</code>, <code>select</code>, <code>boolean</code>, <code>date</code>, <code>date_time</code>, <code>tags</code>, <code>integer</code>, <code>float</code>, <code>belongs&#95;to</code>, <code>has&#95;many</code>, <code>many&#95;to&#95;many</code>.
</div>

# Description of the YAML file
Expand Down