mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00

Refacto and improve PluginHeader and its children components Add an overrideRendering props to PluginHeaderActions so it can render components different from a simple button. Create search actions and sagas Create ContainerFluid component that will be used with other plugins
8 lines
90 B
JavaScript
Executable File
8 lines
90 B
JavaScript
Executable File
/*
|
|
*
|
|
* HomePage constants
|
|
*
|
|
*/
|
|
|
|
export const ON_SEARCH = 'Upload/HomePage/ON_SEARCH';
|