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

Neilwe/EntryTitleEditable

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entry Title Editable

A Craft CMS extension to remove the entry title field from the field tabs and make the H1 title editable instead.

Screenshot

Setup

  • Download this repository, rename the folder to 'entrytitleeditable' and upload to craft/plugins directory.

Configuration

You can configure which entry sections have this enabled using either a blacklist or whitelist in config/entrytitleeditable.php. For example

<?php

return [
    "blacklist" => [
        "blog", // section handle
        5       // or section ID
    ],
    "whitelist" => [
    ]
];

If there are sections in the blacklist, then any section NOT in the blacklist will use the plugin. Or if there are sections in the whitelist, then ONLY sections in the whitelist will get this feature.

By default (as of V1.1.2) the default configuration will activate this plugin for all sections.

About

Craft plugin to alter how you edit entry titles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.0%
  • JavaScript 31.6%
  • CSS 14.4%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.