Skip to content

Commit

Permalink
Merge branch 'master' into task/543
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski authored Aug 2, 2023
2 parents 022c467 + 16c80eb commit 782b7f1
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Report a broken functionality.
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**TYPO3 version and TYPO3 Headless version**
Please provide the exact version of TYPO3 and TYPO3 Headless

**Additional context**
Add any other information related to the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion Configuration/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use FriendsOfTYPO3\Headless\DataProcessing\DatabaseQueryProcessor;
use FriendsOfTYPO3\Headless\DataProcessing\FilesProcessor;
use FriendsOfTYPO3\Headless\DataProcessing\FlexFormProcessor;
use FriendsOfTYPO3\Headless\DataProcessing\GalleryProcessor;
use FriendsOfTYPO3\Headless\DataProcessing\MenuProcessor;
use FriendsOfTYPO3\Headless\DataProcessing\RootSitesProcessor;
use FriendsOfTYPO3\Headless\Event\Listener\AfterCacheableContentIsGeneratedListener;
Expand All @@ -32,7 +33,6 @@
use TYPO3\CMS\Core\Configuration\Features;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Form\Controller\FormFrontendController;
use TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor;
use TYPO3\CMS\FrontendLogin\Controller\LoginController;

use function Symfony\Component\DependencyInjection\Loader\Configurator\service;
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Then, you should include extension typoscript template, and you are ready to go.
## Documentation
[Extension documentation](https://docs.typo3.org/p/friendsoftypo3/headless/master/en-us/Index.html)


## Contributing
![Alt](https://repobeats.axiom.co/api/embed/197db91cad9195bb15a06c91fda5a215bff26cba.svg)

## JSON Content Object
In headless extension we implemented new JSON Content Object, which allows you to specify what fields you want to output, and how they will look. First, let's take a look at simple example
```
Expand Down

0 comments on commit 782b7f1

Please sign in to comment.