|
@@ -497,6 +497,18 @@
|
|
|
<input type="text" name="externallinks-publishersite" placeholder="https://www.mysite.com" :value="page.externalLinks.publisherWebsite" />
|
|
|
</td>
|
|
|
</tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <td class="collapsing right aligned">JME Hub Thread</td>
|
|
|
+ <td>
|
|
|
+ <p>
|
|
|
+ If you have created a thread on the JME Community Hub you can add a link here to make it easier
|
|
|
+ for users to find.
|
|
|
+ </p>
|
|
|
+ <input type="text" name="externallinks-hublink" placeholder="https://hub.jmonkeyengine.org" :value="page.externalLinks.hubLink" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
</table>
|
|
|
</div>
|
|
|
<!-- END: External Links -->
|