Skip to content

Commit

Permalink
TASK: Add help tip to removed 'Create a new site-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jan 16, 2025
1 parent 1942d89 commit a003650
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@ <h2>{neos:backend.translate(id: 'sites.new', value: 'New site', source: 'Modules
</f:if>
</fieldset>
</f:form>

<div class="neos neos-row-fluid neos-span3">
<legend>Create a new site-package</legend>
NOTE: The functionality to create site packages via this module was removed as being too fragile.
To get started with neos head over to the setup:
<br>
<br>
<a href="/setup" class="neos-button neos-button-primary">/setup</a>
<br>
<br>
To kickstart a new package use: <code>./flow kickstart:site</code>
</div>

</div>
<div class="neos-footer">
<f:link.action action="index" class="neos-button">{neos:backend.translate(id: 'cancel', value: 'Cancel')}</f:link.action>
Expand Down

0 comments on commit a003650

Please sign in to comment.