posthtml-beautify icon indicating copy to clipboard operation
posthtml-beautify copied to clipboard

[feat]: add full list attrs

Open Scrum opened this issue 9 years ago • 0 comments

export default {
    require: {
        status: ['deprecated', 'email'], // email - convert style to old attrs for email
        boolean: true
    }
}

Scrum avatar Dec 30 '16 11:12 Scrum