-
Notifications
You must be signed in to change notification settings - Fork 2
FEAT: v12 #43
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
base: master
Are you sure you want to change the base?
FEAT: v12 #43
Conversation
autowire: true | ||
autoconfigure: true | ||
public: false | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public: true
$queryBuilder->expr()->eq('category.t3ver_wsid', 0), | ||
$queryBuilder->expr()->eq('category.hidden', 0), | ||
$queryBuilder->expr()->lte('category.starttime', $timestamp), | ||
$queryBuilder->expr()->or( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@compaoreh338 We can remove the so-called enabledFields. That's the job of TYPO3 CMS
} | ||
|
||
/** | ||
* Returns an instance of the Frontend object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@compaoreh338 we can remove this VH as it is not used
|
||
<link rel="stylesheet" href="{f:uri.resource(path:'StyleSheets/natural-gallery.full.css', extensionName:'natural_gallery')}" type="text/css" /> | ||
<link rel="stylesheet" href="{f:uri.resource(path:'StyleSheets/natural.css', extensionName:'natural_gallery')}" type="text/css" /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<f:asset.asset why does not it work @compaoreh338
No description provided.