• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 5728602740
93%

Build:
DEFAULT BRANCH: development
Ran 01 Aug 2023 03:12PM UTC
Jobs 5
Files 190
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5728602740

push

github

NamelessCoder
[FEATURE] Allow Flux form to manipulate native TCA fields

This feature gives Flux forms the capability to override, add or remove native
TCA fields in the FormEngine form for which the Flux form is used.

```
<flux:form id="form">
    <!-- adds the field to the end of displayed fields -->
    <flux:field.input name="input" label="My input field" native="1" />

    <!-- replaces an existing field -->
    <flux:field.input name="header" label="My input field" native="1" />

    <!-- adds a new field in a specific place -->
    <flux:field.input name="input" label="My input field" native="1" position="after:header" />

    <!-- adds the field in a specific position inside a new custom sheet/tab -->
    <flux:field.input name="input" label="My input field" native="1" position="after:header My Special Sheet" />

    <!-- remove a native field/fields from the shown FormEngine form -->
    <flux:form.option name="hideNativeFields">header,header_layout</flux:form.option>
</flux:form>
```

Close: #1860

58 of 63 new or added lines in 4 files covered. (92.06%)

6358 of 7064 relevant lines covered (90.01%)

44.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 typo3-^12.1-php-8.2 - 5728602740.1 01 Aug 2023 03:12PM UTC 0
88.55
GitHub Action Run
2 typo3-^11.5-php-8.1 - 5728602740.2 01 Aug 2023 03:12PM UTC 0
88.62
GitHub Action Run
3 typo3-^11.5-php-8.2 - 5728602740.3 01 Aug 2023 03:12PM UTC 0
88.62
GitHub Action Run
4 typo3-^10.4-php-7.4 - 5728602740.4 01 Aug 2023 03:12PM UTC 0
89.54
GitHub Action Run
5 typo3-^11.5-php-8.0 - 5728602740.5 01 Aug 2023 03:12PM UTC 0
88.62
GitHub Action Run
Source Files on build 5728602740
Detailed source file information is not available for this build.
  • Back to Repo
  • 0732c8ec on github
  • Prev Build on development (#5728577179)
  • Next Build on development (#5728611630)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc