-
+
@@ -92,7 +92,7 @@ const props = defineProps<{
}>();
const modelValue = ref([]);
const option = ref({
- blockMenu: ["text", "ol"],
+ blockMenu: ["text"],
// blockMenu: ["text", "ol", "ul", "table", "quotation"], // TODO : 다른 블럭 만들기
});
@@ -237,7 +237,7 @@ const styleButtonList = ref([
[
{
type: "list",
- name: "Decoration Font Size",
+ name: "Font Size",
value: "default",
target: ["text"],
active: false,