8000 GitHub - Neilwe/EntryTitleEditable: Craft plugin to alter how you edit entry titles. · GitHub 10BC0
[go: up one dir, main page]

Skip to content

Neilwe/EntryTitleEditable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

 
 
 

Contributors

Languages

  • PHP 54.0%
  • JavaScript 31.6%
  • CSS 14.4%
0