Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Is it possible to make the .md files not editable from the front-end?

You must be logged in to vote

Replies: 1 comment

Comment options

The Edit button is only visible on pages when running the project with retype start. Once the project is generated into a website, the Edit button is removed.

You can also remove the Edit button by adding the following editor.enabled: false configuration to your project retype.yml file:

editor:
  enabled: false # Default is true

See editor docs at https://retype.com/configuration/project/#editor

Hope this helps.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.