Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] FAQ Section inside the docs #276

Open
PKuhlmay opened this issue Nov 6, 2024 · 4 comments
Open

[DOCS] FAQ Section inside the docs #276

PKuhlmay opened this issue Nov 6, 2024 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@PKuhlmay
Copy link
Contributor

PKuhlmay commented Nov 6, 2024

We should have some kind of FAQ Section within the documentation.
There are often the same questions, which answer you can find deep inside the documentation. It would be nice if we had a FAQ section with all these answers, so the user doesn't have to search all the documentation for it.

@PKuhlmay PKuhlmay added the documentation Improvements or additions to documentation label Nov 6, 2024
@nhovratov
Copy link
Contributor

nhovratov commented Nov 6, 2024

  • How to add partials for frontend / backend previews?
  • Is it possible to create containers?
  • How to reuse a Collection between multiple Content Elements?
  • Can I share fields between multiple Content Elements?
  • What are Page Types for?
  • How do I render Record Types?
  • What are "Basics"?
  • I want to prefix all my fields with tx_myextension. Is it possible?
  • How to create custom groups for my elements?
  • Does Content Blocks work together with Fluid Styled Content?
  • Does Content Blocks work without Fluid Styled Content?
  • How do I add custom data processing?
  • How can I override an existing Content Block?
  • Is it possible to add custom Field Types?
  • Can I render labels from labels.xlf in the frontend?
  • How to add custom CSS / JS
  • Do my Content Blocks work for v12 and v13 at the same time?
  • How to add custom crop variants?
  • How do I define a Plugin with Content Blocks?
  • I changed an icon but it's not updated in the backend. What should I do?
  • Why are my field labels missing in the user permission settings?
  • Is there an auto-completion of YAML for my IDE?
  • Which part of Content Blocks is in TYPO3 v13 Core?

@krausandre
Copy link
Contributor

krausandre commented Nov 7, 2024

My ideas:

  • Can I add PHP code to my content blocks?
  • Why yaml and not e.g. JSON or PHP?
  • Can I use twig engine with Content Blocks?
  • Can I use headless with Content Blocks?
  • Are the Content Blocks assets (JS and CSS) compressed by the the core?
  • Can I add Content Blocks assets (JS and CSS) to my build process?
  • How can I extend an existing Content Block?
  • Can I overwrite an existing Content Block?

... [to be continued] ...

@nhovratov
Copy link
Contributor

Another question from Slack today:

Hello everyone, this question may have already been asked, but I couldn't find anything about it in the channel quickly:
Is it possible to use a specific palette in the file reference?
In a specific case, for example, I only need the fields 'alt', 'title' and 'crop'. If I switch on 'extendedPalette', more fields are displayed in the file reference than necessary. Therefore, I have defined my own palette in 'sys_file_reference' and would like to use this in my content block.
Is this possible via yaml or can it only be set via TCA?

Answer:

  - identifier: image
    useExistingField: true
    overrideChildTca:
      types:
        2:
          showitem: alternative,title,crop, --palette--;;filePalette

nhovratov added a commit that referenced this issue Nov 30, 2024
krausandre added a commit that referenced this issue Dec 2, 2024
krausandre added a commit that referenced this issue Dec 2, 2024
krausandre added a commit that referenced this issue Dec 2, 2024
krausandre added a commit that referenced this issue Dec 2, 2024
@nhovratov
Copy link
Contributor

Hi,
I want to take the ‘sectionIndex’ from the ‘Appearance’ tab and put it behind ‘Visibility of content element’ in the ‘Access’ tab, because all customers are always looking for it there. Which is logical, because ‘Page enabled in menus’ is also placed there. I have tried two approaches so far. One with override of tt_content.php (Configuration/TCA/Overrides/tt_content.php)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants