Skip to content

A backend admin bar for Neos CMS to provide backend functions implemented in the document prototype.

Notifications You must be signed in to change notification settings

Kleisli/Neos.DocumentAdminBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kleisli.Neos.DocumentAdminBar

A backend admin bar for Neos CMS to provide backend functions implemented in the document prototype.

DocumentCollection

Usage

Fusion

<Kleisli.Neos.DocumentAdminBar:Component.AdminBar>
    <!-- your backend action elements here -->
</Kleisli.Neos.DocumentAdminBar:Component.AdminBar>

Add CSS

prototype(MySitePackage.Site:Document.AbstractPage) < prototype(Neos.Neos:Page) {
  head {
    # Add stylesheets to your page
    stylesheets {
      adminbar = afx`<link rel="stylesheet" type="text/css" href={StaticResource.uri('Kleisli.Neos.DocumentAdminBar', 'Public/Styles/AdminBar.css')}/>`
      [email protected] = ${node.context.inBackend}
    }
    
  }
}

Supported css classes:

Tabs

Add class tab or tab-active to a link to display it as Tab.

Example

See package Kleisli.Neos.DocumentCollection

Todo

  • Add button style

About

A backend admin bar for Neos CMS to provide backend functions implemented in the document prototype.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages