Skip to content

Commit

Permalink
[BUGFIX] remove configuration for obsolete table
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Oct 9, 2024
1 parent f736bba commit 819c413
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ These settings can be adjusted according to your preferences and needs. It's imp

## Changelog

- 12.2.1: Bugfix which prevented deletion of pages
- 12.2.0: Improved GUI, added alt-texts logs and security layer in the European Union, improved messages related with generate image operations
- 12.1.2: Crop and extend image with prompt field in StabilityAI, image to video in StabilityAI, ACL for tt_content: media field
- 12.1.1: Batch generation of alt texts, ACL for settings tab, Small bugfixes - alt-text generation failed for big images, adjust actions available via context menu on filelist, multiple images generation in tt_content
Expand Down
3 changes: 0 additions & 3 deletions Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<file source-language="en" datatype="plaintext" original="EXT:mkcontentai/Resources/Private/Language/locallang.xlf" date="2023-02-15T11:05:06Z" product-name="mkcontentai">
<header/>
<body>
<trans-unit id="tx_mkcontentai_domain_model_image" resname="tx_mkcontentai_domain_model_image">
<source>Image</source>
</trans-unit>
<trans-unit id="mlang_label_upscaled_image_saved" resname="mlang_label_upscaled_image_saved">
<source>Upscaled image saved</source>
</trans-unit>
Expand Down
3 changes: 0 additions & 3 deletions Resources/Private/Language/locallang_db.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<file source-language="en" datatype="plaintext" original="EXT:mkcontentai/Resources/Private/Language/locallang_db.xlf" date="2023-02-15T11:05:06Z" product-name="mkcontentai">
<header/>
<body>
<trans-unit id="tx_mkcontentai_domain_model_image" resname="tx_mkcontentai_domain_model_image">
<source>Image</source>
</trans-unit>
<trans-unit id="tx_mkcontentai_domain_model_alt_text_logs" resname="tx_mkcontentai_domain_model_alt_text_logs">
<source>AltText Log</source>
</trans-unit>
Expand Down
4 changes: 0 additions & 4 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
]
);

TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_mkcontentai_domain_model_image', 'EXT:mkcontentai/Resources/Private/Language/locallang_csh_tx_mkcontentai_domain_model_image.xlf');
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_mkcontentai_domain_model_image');

TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_mkcontentai_domain_model_alt_text_logs', 'EXT:mkcontentai/Resources/Private/Language/locallang_csh_tx_mkcontentai_domain_model_alt_text_logs.xlf');
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_mkcontentai_domain_model_alt_text_logs');
})();

Expand Down

0 comments on commit 819c413

Please sign in to comment.