Skip to content

Commit

Permalink
[BUGFIX] fixes links in extension module
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kuhlmay committed Oct 7, 2022
1 parent ecb8d86 commit ac5a10d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Private/Templates/BuilderModule/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2>What is this extension builder about?</h2>
<li>We also want to provide a learning tool for <b>Domain-Driven Design</b></li>
</ul>
<h2>Domain Driven Design</h2>
View <a href="https://www.infoq.com/presentations/model-to-work-evans/" target="_blank">Putting the Model to Work and Strategic Design</a> by Eric Evans to get an introduction into Domain Driven Design (DDD).
View <a class="text-primary" href="https://www.infoq.com/presentations/model-to-work-evans/" target="_blank">Putting the Model to Work and Strategic Design</a> by Eric Evans to get an introduction into Domain Driven Design (DDD).
<h2>Domain Modelling</h2>
At first, you will start creating your <b>Domain Model</b> with a graphical editor. This editor will do the following for you:
<ul>
Expand All @@ -23,9 +23,9 @@ <h2>Domain Modelling</h2>
<li><b>Plugin Configuration</b>: Will create a plugin configuration, so it will work out-of-the-box.</li>
<li><b>Dynamic Scaffolding</b>: Automatically create all CRUD actions (Create, Read, Update, Delete) for Aggregate Roots.</li>
</ul>
Have a look at the Documentation <a href="https://docs.typo3.org/p/friendsoftypo3/extension-builder/master/en-us/User/Index.html" target="_blank" >Using the Extension Builder</a> for more details.
Have a look at the Documentation <a class="text-primary" href="https://docs.typo3.org/p/friendsoftypo3/extension-builder/main/en-us/Index.html" target="_blank" >Using the Extension Builder</a> for more details.
<br /><br />
<p><b><f:link.action action="domainmodelling">Go to the Domain Modeller</f:link.action></b></p>
<p><b><f:link.action action="domainmodelling" class="text-primary">Go to the Domain Modeller</f:link.action></b></p>

<h2>Iterative model refinement</h2>
The first version of the model will usually not be the one you'll use later on. That's why you should take your time, and improve your model.<br />
Expand All @@ -40,6 +40,6 @@ <h2>Iterative model refinement</h2>
There you can configure which files should be overwritten, kept or merged if you save your model.<br />
A good practice would be, to let the Extension Builder generate the Partials for form fields and properties for you and include them in your templates.
<br /><br />
<h3>Please have a look at the <a href="https://docs.typo3.org/p/friendsoftypo3/extension-builder/master/en-us/Developer/PublishToTer.html#security" target="_blank" >Security section</a> to avoid unsecure extensions!</h3>
<h3>Please have a look at the <a class="text-primary" href="https://docs.typo3.org/p/friendsoftypo3/extension-builder/main/en-us/Security/Index.html" target="_blank" >Security section</a> to avoid unsecure extensions!</h3>
</f:section>
</html>

0 comments on commit ac5a10d

Please sign in to comment.