SN-RECIT-formation-a-distance / moodle-tool_htmlbootstrapeditor

The HTML Bootstrap editor makes it possible to create a much more attractive and ergonomic layout.
GNU General Public License v3.0
1 stars 1 forks source link

invalid table name "htmlbseditor_templates" #5

Closed danmarsden closed 8 months ago

danmarsden commented 9 months ago

All tables must use the frankenstyle naming prefix (in your case "tool_htmlbootstrapeditor") all tables within plugins are required to follow this naming convention as covered: https://moodledev.io/general/development/policies/codingstyle/frankenstyle#table-names

note this is a blocker for plugins db approval.