-
Notifications
You must be signed in to change notification settings - Fork 116
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
NEW Show CMS field (top-level) tabs in more actions dropdown #373
NEW Show CMS field (top-level) tabs in more actions dropdown #373
Conversation
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.
Nice overall, some minor comments
f116276
to
c0fd57b
Compare
Updated from feedback 🙂 |
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.
Minor stuff now - comments mainly
df37c9c
to
55411b2
Compare
Updated again and rebased. |
55411b2
to
ba53b3a
Compare
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.
Nice, I'm just going to test this out locally and will push a commit for my very minor suggestion in the config
_config/config.yml
Outdated
namespace: "ElementTabCache" | ||
DNADesign\Elemental\Services\ElementTabProvider: | ||
properties: | ||
cache: %$Psr\SimpleCache\CacheInterface.ElementTabCache |
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.
I think it's always safest to quote injector definitions like this, I've had problems without quoting them before. Also we could put these config definitions into a new cache.yml file
d215222
to
d54b32d
Compare
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.
Beauty. It's nice to see that the cache generation doesn't take very long either.
This introduces tab names to the "more actions" dropdown on individual elements in the elemental editor. This includes:
Resolves #323