Skip to content
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

Publisher section not added to the informations #25

Closed
rodgeraraujo opened this issue Aug 17, 2022 · 5 comments
Closed

Publisher section not added to the informations #25

rodgeraraujo opened this issue Aug 17, 2022 · 5 comments

Comments

@rodgeraraujo
Copy link

I have install and enabled the plugin, but unfortunately, the section Publisher not apear at the content-type informations.

Any help?

config/server.ts:

export default ({ env }) => ({
  //...
  cron: {
    enabled: true,
  },
});

config/plugins.ts:

export default ({ env }) => ({
    //...
    publisher: {
      enabled: true,
    },,
});

Plugin version: "strapi-plugin-publisher": "^1.1.3"
Strapi version: "@strapi/strapi": "4.3.4"

image

@ComfortablyCoding
Copy link
Contributor

Did you run a clean rebuild (delete .cache and build folders) of the strapi admin? That usually fixes these sort of issues.

@rodgeraraujo
Copy link
Author

Did you run a clean rebuild (delete .cache and build folders) of the strapi admin? That usually fixes these sort of issues.

Yeah, I delete .cache, dist, build, node_modules and still not working as expected.

I have update my admin, any chance this affect the plugin comportament?

@rodgeraraujo
Copy link
Author

rodgeraraujo commented Aug 17, 2022

@ComfortablyCoding after a time working, like magic the buttons apear in the screen, thanks for the time. I think is all working now!

@Zenith-Lair
Copy link

@rodgeraraujo Mine is not showing. I've clean build everything. However, it's not showing up...

@Zenith-Lair
Copy link

Oh, never mind, you actually needs to save the record first before the publisher options show up...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants