You've already forked AstralRinth
forked from didirus/AstralRinth
Update embed, homepage and project creation fixes (#356)
This commit is contained in:
@@ -22,6 +22,19 @@
|
||||
</button>
|
||||
</header>
|
||||
<section class="card essentials">
|
||||
<h3>Project type</h3>
|
||||
<label>
|
||||
<span class="no-padding">The project type of your project.</span>
|
||||
<Multiselect
|
||||
v-model="projectType"
|
||||
placeholder="Select one"
|
||||
:options="projectTypes"
|
||||
:searchable="false"
|
||||
:close-on-select="true"
|
||||
:show-labels="false"
|
||||
:allow-empty="false"
|
||||
/>
|
||||
</label>
|
||||
<h3>Name</h3>
|
||||
<label>
|
||||
<span>
|
||||
@@ -80,19 +93,6 @@
|
||||
placeholder="Enter the vanity URL slug"
|
||||
/>
|
||||
</label>
|
||||
<h3>Project type</h3>
|
||||
<label>
|
||||
<span class="no-padding">The project type of your project.</span>
|
||||
<Multiselect
|
||||
v-model="projectType"
|
||||
placeholder="Select one"
|
||||
:options="projectTypes"
|
||||
:searchable="false"
|
||||
:close-on-select="true"
|
||||
:show-labels="false"
|
||||
:allow-empty="false"
|
||||
/>
|
||||
</label>
|
||||
</section>
|
||||
<section class="card project-icon">
|
||||
<h3>Icon</h3>
|
||||
|
||||
Reference in New Issue
Block a user