Add some more field hints when generating 'fabric' project
This commit is contained in:
parent
2d29245037
commit
f37a9963f6
|
@ -222,11 +222,13 @@
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<b-field horizontal label="Name">
|
<b-field horizontal label="Name"
|
||||||
|
message="The "canonical" name generally used to refer to this project">
|
||||||
<b-input name="name" v-model="fabric.name"></b-input>
|
<b-input name="name" v-model="fabric.name"></b-input>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
<b-field horizontal label="Slug">
|
<b-field horizontal label="Slug"
|
||||||
|
message="Used for e.g. naming the project source code folder">
|
||||||
<b-input name="slug" v-model="fabric.slug"></b-input>
|
<b-input name="slug" v-model="fabric.slug"></b-input>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
|
@ -257,7 +259,8 @@
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<b-field horizontal label="Integrates With">
|
<b-field horizontal label="Integrates With"
|
||||||
|
message="Which POS system should Theo integrate with, if any">
|
||||||
<b-select name="integrates_with" v-model="fabric.integrates_with">
|
<b-select name="integrates_with" v-model="fabric.integrates_with">
|
||||||
<option value="">(nothing)</option>
|
<option value="">(nothing)</option>
|
||||||
<option value="catapult">ECRS Catapult</option>
|
<option value="catapult">ECRS Catapult</option>
|
||||||
|
|
Loading…
Reference in a new issue